rockbox/firmware/target/arm/s5l8702
Michael Sevakis 58b849c451 Move intrinsic RTC implmentation differences to driver files
Some drivers set tm_wday just fine and do not need it coerced to
be correct. Others set tm_yday, so don't overwrite what the driver
sets; just zero it inside if it can't fill the field. Move calls
to set_day_of_week() to the sorts of drivers that presumably
required the hammer (FS#11814) in get_time() where the weekday
isn't locked to the date.

Change-Id: Idd0ded6bfc9d9f48fcc1a6074068164c42fcf24a
2017-01-26 23:07:49 -05:00
..
ipod6g Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
app.lds Get the linker files that slipped through in r31337. 2011-12-17 02:00:59 +00:00
boot.lds Get the linker files that slipped through in r31337. 2011-12-17 02:00:59 +00:00
clocking-s5l8702.c iPod Classic: HW initialization for RB 2016-05-25 12:23:47 +02:00
clocking-s5l8702.h iPod Classic: HW initialization for RB 2016-05-25 12:23:47 +02:00
crt0.S iPod Classic: add non-cached memory region 2015-12-17 10:52:49 +01:00
crypto-s5l8702.c iPod Classic: hardware AES and SHA1 for bootloader 2016-08-19 00:15:44 +02:00
crypto-s5l8702.h iPod Classic: hardware AES and SHA1 for bootloader 2016-08-19 00:15:44 +02:00
debug-s5l8702.c iPod Classic: rework on I2C driver 2016-08-12 14:17:46 +02:00
dma-s5l8702.c iPod Classic: use new PL080 DMA driver 2015-10-07 06:15:03 +02:00
dma-s5l8702.h iPod Classic: use new PL080 DMA driver 2015-10-07 06:15:03 +02:00
gpio-s5l8702.c iPod Classic: fix typos / cosmetic 2016-05-28 15:48:02 +02:00
gpio-s5l8702.h iPod Classic: fix typos / cosmetic 2016-05-28 15:48:02 +02:00
i2c-s5l8702.c iPod Classic: rework on I2C driver 2016-08-12 14:17:46 +02:00
kernel-s5l8702.c iPod Classic: minor modifications in TIMER 2014-12-08 03:07:44 +01:00
nor-s5l8702.c iPod Classic: NOR support for bootloader 2016-08-19 00:15:59 +02:00
nor-target.h iPod Classic: NOR support for bootloader 2016-08-19 00:15:59 +02:00
pcm-s5l8702.c iPod Classic: fix small bug on PCM record 2017-01-13 05:06:15 +01:00
pcm-target.h iPod Classic: use new PL080 DMA driver 2015-10-07 06:15:03 +02:00
pl080.c iPod Classic: introduce PL080 DMA controller driver 2015-10-07 06:15:03 +02:00
spi-s5l8702.c iPod Classic: SPI driver for bootloader 2016-08-19 00:15:36 +02:00
spi-s5l8702.h iPod Classic: SPI driver for bootloader 2016-08-19 00:15:36 +02:00
system-s5l8702.c iPod Classic: introduce PMU interrupts 2016-05-25 12:45:34 +02:00
system-target.h iPod Classic: use PMU interrupts to detect USB and FW 2016-05-26 09:06:30 +02:00
timer-s5l8702.c iPod Classic: minor modifications in TIMER 2014-12-08 03:07:44 +01:00
uart-s5l8702.c iPod Classic: updates for uc8702 driver 2016-05-13 23:21:42 +02:00
uart-target.h iPod Classic: updates for uc8702 driver 2016-05-13 23:21:42 +02:00
usb-s5l8702.c iPod Classic: use the new USB DesignWare driver 2016-08-02 04:57:50 +02:00