summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
AgeCommit message (Expand)Author
2010-01-03Fix tabsAndree Buschmann
2009-08-06Revert static-ing of iim_prod_rev, this function is never used so it causes a...Bertrik Sikken
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-03-22imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabea...Michael Sevakis
2009-03-22imx31/mc13783: Do some housekeeping with register macros, function names and ...Michael Sevakis
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis
2009-02-02i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the ...Michael Sevakis
2009-01-23Gigabeat S: Implement a genuine udelay function. Timer is gated to not run in...Michael Sevakis
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2009-01-03Gigabeat S: Ensure a few more clocks are stopped for things we aren't using a...Michael Sevakis
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis
2008-12-19Use set/clr instead of mod functions where applicable.Michael Sevakis
2008-12-19Add a couple useful shorthand atomic register write functions for imx31. Conv...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-10Fix yellow.Michael Sevakis
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis
2008-05-08Add two missing rockbox headers and set svn:eol-styleNils Wallménius
2008-05-08Disable clocks for most modules in the imx31l on startup, individual drivers ...Nils Wallménius
2008-05-08Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as ...Michael Sevakis
2008-05-03Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis
2008-04-12Add GPIO manager. Get the PMIC interrupt handling working (along with power b...Michael Sevakis
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis
2008-02-08Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis
2008-02-05Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...Michael Sevakis
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson