rockbox/firmware/target/arm/imx31/gigabeat-s
Nils Wallménius 47608e06b3 fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22432 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 22:15:45 +00:00
..
adc-imx31.c imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
adc-target.h
ata-imx31.c imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabeat-s to .../imx31. A bunch more should probably go up a level too. 2009-03-22 02:13:27 +00:00
ata-target.h Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binary. Add a needed SDMA API to check channel errors. Increase audio DMA channels' priority as required. Reads and writes measure faster accross all test_disk tests and especially at 4KB and 1MB. 2009-03-12 06:31:40 +00:00
audio-gigabeat-s.c Gigabeat S: Switch SSI1 and 2 around so that playback can use the shared peripheral DMA with SSI2 which doesn't require use of the peripheral DMA unit-- SSI2 is mapped to the SDMA core address space. Fix some break keywords in get_script_pc(). Use the patched script for mcu_2_app (BSP appears to have neglected to update that). Use _SHP instead of _SP for shared peripheral constants (consistency). 2009-03-09 04:25:25 +00:00
avic-imx31.c imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
avic-imx31.h imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
backlight-imx31.c Remove the calls to backlight_lcd_sleep_countdown from target specific code and move it into backlight.c 2009-04-26 01:23:39 +00:00
backlight-target.h
button-imx31.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
button-target.h Remove some unused declarations 2009-05-21 12:32:26 +00:00
fmradio-i2c-gigabeat-s.c imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
gpio-gigabeat-s.c imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
gpio-imx31.c imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities). 2009-03-22 01:50:48 +00:00
gpio-imx31.h
gpio-target.h i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the interface if an error ever happens. Better handle PMIC GPIO interrupt; it definitely doesn't low-pulse PRIINT (remains high if sources become active again or stay active while acking) so needed rising edge may never happen in such a case-- use high-level detection rather than rising edge. Optimize the reg/clr/set/mod functions a bit since they get more regular use now. 2009-02-02 02:38:21 +00:00
headphone-gigabeat-s.c
i2c-imx31.c imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabeat-s to .../imx31. A bunch more should probably go up a level too. 2009-03-22 02:13:27 +00:00
i2c-imx31.h
i2s-imx31.c
kernel-imx31.c imx31: Oops. Fix a misplaced comma in wmcodec-imx31.c. Add a couple parentheses in statment (just to be clearer). Should take care of things for now :). 2009-03-22 02:27:20 +00:00
lcd-imx31.c fix red 2009-08-19 22:15:45 +00:00
lcd-target.h
mc13783-gigabeat-s.c
mc13783-imx31.c i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the interface if an error ever happens. Better handle PMIC GPIO interrupt; it definitely doesn't low-pulse PRIINT (remains high if sources become active again or stay active while acking) so needed rising edge may never happen in such a case-- use high-level detection rather than rising edge. Optimize the reg/clr/set/mod functions a bit since they get more regular use now. 2009-02-02 02:38:21 +00:00
mc13783-target.h
mmu-imx31.c Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. 2009-02-08 22:32:41 +00:00
mmu-imx31.h Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. 2009-02-08 22:32:41 +00:00
pcm-imx31.c imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabeat-s to .../imx31. A bunch more should probably go up a level too. 2009-03-22 02:13:27 +00:00
power-imx31.c
power-imx31.h
powermgmt-imx31.c
powermgmt-target.h
serial-imx31.h
spi-imx31.c imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabeat-s to .../imx31. A bunch more should probably go up a level too. 2009-03-22 02:13:27 +00:00
spi-imx31.h
system-imx31.c Revert static-ing of iim_prod_rev, this function is never used so it causes a compiler warning. 2009-08-06 09:44:09 +00:00
system-target.h Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly. 2009-02-11 23:56:00 +00:00
timer-imx31.c Remove the TIMER_* macros and declare target-specific functions in timer.h 2009-06-29 14:29:57 +00:00
usb-imx31.c imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabeat-s to .../imx31. A bunch more should probably go up a level too. 2009-03-22 02:13:27 +00:00
usb-target.h Remove some unused declarations 2009-05-21 12:32:26 +00:00
wmcodec-imx31.c imx31: Oops. Fix a misplaced comma in wmcodec-imx31.c. Add a couple parentheses in statment (just to be clearer). Should take care of things for now :). 2009-03-22 02:27:20 +00:00