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