rockbox/firmware/target/arm/imx31/gigabeat-s
Michael Sevakis 69f4ffe686 Fix a comment since it was very wrong.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17627 a1c6a512-1295-4272-9138-f99709370657
2008-05-25 02:43:51 +00:00
..
adc-imx31.c Gigabeat S: 2008-05-21 08:42:11 +00:00
adc-target.h Gigabeat S: Add charge current and battery temp readout in power management and display in the battery screen. Thermistor data was obtained experimentally from one pulled off a dead board and appears basically correct when read back on a working device (which requires letting it settle to ambient temperature - a long wait so not easy to do). Sending me more thermistors would help improve accuracy *fingers crossed that it's close enough*. :-) This commit does NOT add charging but is a step towards implementing it. 2008-05-25 01:38:08 +00:00
ata-imx31.c Remove an unneeded #include and a lone "#" on a line (it's early). 2008-05-08 08:09:24 +00:00
ata-target.h Bring Gigabeat S bootloader one step close to a release version. 2008-05-10 18:00:11 +00:00
avic-imx31.c IMX31: Try to catch the interrupt that was the reason irq_handler was called since it never should be. The bootloader occasionally shows one but it's not saying what. 2008-04-27 22:01:25 +00:00
avic-imx31.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
backlight-imx31.c Bring Gigabeat S bootloader one step close to a release version. 2008-05-10 18:00:11 +00:00
backlight-target.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
button-imx31.c Gigabeat S: 2008-05-21 08:42:11 +00:00
button-target.h Gigabeat S: 2008-05-21 08:42:11 +00:00
clkctl-imx31.c Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c. 2008-05-05 10:53:06 +00:00
clkctl-imx31.h Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c. 2008-05-05 10:53:06 +00:00
dma_start.c
gpio-gigabeat-s.c Gigabeat S: 2008-05-21 08:42:11 +00:00
gpio-imx31.c Gigabeat S: 2008-05-21 08:42:11 +00:00
gpio-imx31.h Gigabeat S: 2008-05-21 08:42:11 +00:00
gpio-target.h Gigabeat S: 2008-05-21 08:42:11 +00:00
i2c-imx31.c Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines. 2008-04-27 10:30:54 +00:00
i2c-imx31.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
i2s-imx31.c
kernel-imx31.c Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developments will tell). Factor-out the mc13783 stuff and make that driver a layer above the SPI. TODO: start processing PMIC interrupts. Start a clkctl API for imx31 (we'll see if this sticks around but it seems reasonable here). Misc. stuff for convenience/neatness. 2008-04-11 08:51:27 +00:00
lcd-imx31.c Add two missing rockbox headers and set svn:eol-style 2008-05-08 16:47:24 +00:00
lcd-target.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
mc13783-gigabeat-s.c Gigabeat S: 2008-05-21 08:42:11 +00:00
mc13783-imx31.c Oops. Forgot to put the pmic thread stack size back to normal. 2008-05-21 08:54:02 +00:00
mc13783-target.h Gigabeat S: 2008-05-21 08:42:11 +00:00
mmu-imx31.c
mmu-imx31.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
pcm-imx31.c Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm. 2008-05-03 15:14:52 +00:00
power-imx31.c Gigabeat S: 2008-05-21 08:42:11 +00:00
power-imx31.h Gigabeat S: 2008-05-21 08:42:11 +00:00
powermgmt-imx31.c Fix a comment since it was very wrong. 2008-05-25 02:43:51 +00:00
serial-imx31.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
spi-imx31.c IMX31: Use template structures to access modules' registers from a base address (as for i2c) which makes drivers look nicer and makes array accesses of registers simpler. Throw in minor fix to fiq_handler dispatcher, otherwise no functional changes. 2008-04-27 21:32:10 +00:00
spi-imx31.h Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
system-imx31.c Fix yellow. 2008-05-10 18:32:34 +00:00
system-target.h Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm. 2008-05-03 15:14:52 +00:00
usb-imx31.c Gigabeat S: 2008-05-21 08:42:11 +00:00
usb-target.h Gigabeat S: 2008-05-21 08:42:11 +00:00
wmcodec-imx31.c Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as it was intended (had some things mixed up :P). 2008-05-08 08:03:08 +00:00