summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)Author
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-02-28Fix build errors and warningsJonathan Gordon
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-08adc-target.h: cleanupRafaël Carré
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-07Clean spi.h and spi-target.hRafaël Carré
2012-01-07lcd_remote_powersave: unusedRafaël Carré
2012-01-07mr500: move remote button reading code to buttom-mr500.cRafaël Carré
2012-01-07move _remote_backlight_* to common headerRafaël Carré
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31creative zvm isp1583 defines: move to isp1583.hRafaël Carré
2011-12-31usb_drv_connected() is declared in usb_drv.hRafaël Carré
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-26Sansa Connect: Set unknown GIOs to state with lowest power consumption. This ...Tomasz Moń
2011-12-24TMS320DM320: Add generic I/O debug window for targets other than mrobe 500.Tomasz Moń
2011-12-22TMS320DM320: Disable CLOCKOUT signal to save some power.Tomasz Moń
2011-12-22Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver.Tomasz Moń
2011-12-21TMS320DM320: Ensure udelay() will not end before specified amount of time.Tomasz Moń
2011-12-21TMS320DM320: Check for TIMER1 bit in udelay().Tomasz Moń
2011-12-21TMS320DM320: Prevent lockup in udelay() when this function is called with int...Tomasz Moń
2011-12-21Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode.Tomasz Moń
2011-12-21Fix comment in sdmmc to reflect what it really means.Tomasz Moń
2011-12-21Sansa Connect: Don't enable DAC clock as it's not necessary.Tomasz Moń
2011-12-21Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks.Tomasz Moń
2011-12-20Sansa Connect: use udelay() in AVR spi_txrx().Tomasz Moń
2011-12-20TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise.Tomasz Moń
2011-12-20Sansa Connect: Disable EMIF clock after booting main binary. Raise the thresh...Tomasz Moń
2011-12-19TMS320DM320: Turn on Image Buffer clock on demand (FS #12462)Tomasz Moń
2011-12-19Sansa Connect: Use Image Buffer for screen updates.Tomasz Moń
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis
2011-12-16Sansa Connect: Disable USB clocks when disconnected.Tomasz Moń
2011-12-15Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx.Tomasz Moń
2011-12-09Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaë...Boris Gjenero
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero
2011-12-05Sansa Connect: Revise codec initialization/shutdown.Tomasz Moń
2011-12-04Power management is to be kept in target tree due to being target specific.Tomasz Moń
2011-12-04Sansa Connect: Add TPS65021 (Power Management) driver.Tomasz Moń
2011-12-03Sansa Connect: Fix yellowTomasz Moń
2011-12-03Sansa Connect: Fix GIO initialization and screen wakeup.Tomasz Moń