.. |
adc-imx31.c
|
Gigabeat S: Make ADC battery voltage reading correct. Tiny tweak to ADC driver traffic limiting.
|
2008-04-14 06:52:38 +00:00 |
adc-target.h
|
ADC driver for Gigabeat S - a bit on the general side for now. Needs to have scales set properly (what physical value a reading represents isn't clear from the docs or I'm just lazy atm). Throw-in a _bunch_ more reg defines for the PMIC. Show all 16 raw channels values in debug menu.
|
2008-04-13 20:03:08 +00:00 |
ata-imx31.c
|
Give the Gigabeat S bootloader the ability to untar a tarball.
|
2008-02-17 23:17:08 +00:00 |
ata-target.h
|
Give the Gigabeat S bootloader the ability to untar a tarball.
|
2008-02-17 23:17:08 +00:00 |
avic-imx31.c
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
avic-imx31.h
|
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
|
2008-02-08 02:20:05 +00:00 |
backlight-imx31.c
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
backlight-target.h
|
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
|
2007-11-12 18:49:53 +00:00 |
button-imx31.c
|
Make Gigabeat S keypad correctly detect multiple key down events in a row. Properly exclude BUTTON_POWER in interrupt enable decision. Shorten delays in KPP_HANDLER and hopefully get away with it.
|
2008-04-24 20:18:41 +00:00 |
button-target.h
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
clkctl-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 |
clkctl-imx31.h
|
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 |
dma_start.c
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |
gpio-gigabeat-s.c
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
gpio-imx31.c
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
gpio-imx31.h
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
gpio-target.h
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
i2c-imx31.c
|
Kill warnings that annoy me when building for Gigabeat S.
|
2008-04-15 14:44:32 +00:00 |
i2c-imx31.h
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |
i2s-imx31.c
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |
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
|
Make the transparent bitmaps work on Gigabeat S.
|
2008-04-15 13:06:29 +00:00 |
lcd-target.h
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |
mc13783-imx31.c
|
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver.
|
2008-04-18 16:42:50 +00:00 |
mmu-imx31.c
|
Gigabeat S mixer: Make some progress. Get the tick and core sleep working using the AVIC. Redo the startup code to remap from IRAM and not include the lcd driver frambuffer in the remapping (until it can be moved). Clean up LCD driver. For other misc. changes, see the diffs. Now it progresses to ATA init and fails with -11 but without crashing or hanging. Replace all bootloaders.
|
2008-02-05 04:43:19 +00:00 |
mmu-imx31.h
|
Gigabeat S now uses the shared ARM MMU code rather than the (mostly duplicated) private code. No functional change.
|
2007-12-23 03:47:28 +00:00 |
pcm-imx31.c
|
Kill warnings that annoy me when building for Gigabeat S.
|
2008-04-15 14:44:32 +00:00 |
power-imx31.c
|
Charger detection for Gigabeat S
|
2008-04-13 10:04:21 +00:00 |
power-imx31.h
|
Charger detection for Gigabeat S
|
2008-04-13 10:04:21 +00:00 |
powermgmt-imx31.c
|
Gigabeat S: Make ADC battery voltage reading correct. Tiny tweak to ADC driver traffic limiting.
|
2008-04-14 06:52:38 +00:00 |
serial-imx31.h
|
Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.
|
2008-02-19 14:15:59 +00:00 |
spi-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 |
spi-imx31.h
|
Big oops. Fix enum spi_module_number to set right enum values. :p.
|
2008-04-12 05:11:50 +00:00 |
system-imx31.c
|
Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit.
|
2008-04-12 16:56:45 +00:00 |
system-target.h
|
Cache functions should include data and instruction barriers.
|
2008-04-17 00:07:06 +00:00 |
usb-imx31.c
|
Oops, clean up and use usb_drv.h.
|
2008-04-20 03:35:21 +00:00 |
usb-target.h
|
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver.
|
2008-04-18 16:42:50 +00:00 |
wmcodec-imx31.c
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |