rockbox/firmware/target/arm/s5l8702/ipod6g
Cástor Muñoz 929be521d4 iPod Classic: fix buffer alignment on HDD driver
Read/write buffers who are aligned to 16 were not re-aligned to 32 as
it should be. Althrough USB storage and buffering are always passing
buffers aligned to 32, a few unaligned buffers are being received from
other tasks, so this patch could solve some rare random issues.

Also fixes DMA configuration for HDDs that support any MDMA mode but
only UDMA0 (probably will never happen).

Change-Id: I00219ae434205681c69293fc563e0526224c9adf
2016-02-14 15:19:31 +01:00
..
adc-ipod6g.c New port: iPod Classic (also known as iPod 6G/6.5G/7G) 2011-01-02 23:16:27 +00:00
adc-target.h New port: iPod Classic (also known as iPod 6G/6.5G/7G) 2011-01-02 23:16:27 +00:00
audio-ipod6g.c ipod Classic: implement HAVE_RECORDING 2015-10-07 06:15:03 +02:00
backlight-ipod6g.c Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
backlight-target.h Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
button-target.h button-target.h : move prototypes to button.h 2012-01-08 00:07:19 +00:00
cscodec-ipod6g.c iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clock 2011-02-09 21:45:57 +00:00
lcd-asm-ipod6g.S iPod Classic: YUV to RGB optimizations for ARM v5+ 2014-12-10 20:39:34 +01:00
lcd-ipod6g.c iPod Classic: prepare LCD driver for the bootloader 2015-12-17 09:14:58 +01:00
mmcdefs-target.h iPod Classic: HDD endianness change 2011-12-28 16:06:13 +00:00
piezo-ipod6g.c iPod Classic: configure piezo GPIO ports 2014-12-08 03:11:34 +01:00
piezo.h FS#12524 - iPod Classic/6G: hardware click support 2012-02-11 23:46:35 +01:00
pmu-ipod6g.c iPod Classic/6G: fix battery voltage ADC scale 2013-01-09 22:08:27 +01:00
pmu-target.h iPod Classic: update documentation on PMU target 2016-01-12 14:24:44 +01:00
power-ipod6g.c iPod Classic: revert "set initial USB current limit to 500mA" 2016-01-29 19:39:03 +01:00
powermgmt-ipod6g.c iPod Classic: implement IPOD_ACCESSORY_PROTOCOL 2015-10-07 06:15:03 +02:00
rtc-ipod6g.c New port: iPod Classic (also known as iPod 6G/6.5G/7G) 2011-01-02 23:16:27 +00:00
serial-ipod6g.c iPod Classic: implement IPOD_ACCESSORY_PROTOCOL 2015-10-07 06:15:03 +02:00
storage_ata-ipod6g.c iPod Classic: fix buffer alignment on HDD driver 2016-02-14 15:19:31 +01:00