rockbox/firmware/drivers
2006-11-02 20:50:50 +00:00
..
adc.c move the iriver h1x0/h3x0 targets to the target tree 2006-10-30 08:56:06 +00:00
ata.c move coldfire ata defines to a shared ata-target.h 2006-10-30 09:38:34 +00:00
ata_flash.c Added support for 512MB chips. Added support for multiple chips. 2006-08-12 22:51:18 +00:00
ata_mmc.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
button.c remove some uneeded #ifdefs 2006-10-30 09:29:01 +00:00
dac.c
dac.h
eeprom_24cxx.c Prevent unlikely endless loop. 2006-08-17 18:23:50 +00:00
fat.c Reduced the logf output. Please enable the lines only when necessary. 2006-08-02 15:58:02 +00:00
fmradio.c
fmradio_i2c.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
generic_i2c.c Generic bitbang I2C driver 2006-02-22 14:50:57 +00:00
i2c-coldfire.c Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. 2006-07-21 08:42:28 +00:00
i2c-pnx0101.c Two files for the iFP port that I forgot to commit 2006-01-18 10:01:35 +00:00
i2c-pp5002.c Renamed the ipod_i2c functions to the more appropriate pp_i2c 2006-10-27 11:24:23 +00:00
i2c-pp5020.c Renamed the ipod_i2c functions to the more appropriate pp_i2c 2006-10-27 11:24:23 +00:00
i2c.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
isp1362.c H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue. 2006-06-16 17:34:18 +00:00
lcd-2bit-horz.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-16bit.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-h100-remote.c Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. 2006-10-14 01:32:58 +00:00
lcd-h100.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-h300.c H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LCD updates by ~ 75% at 11MHz and 45MHz. Only ~ 11% speedup at 124MHz due to (2). (2) Less aggressive LCD transfer timing at 124MHz. With the previous timing, slightly corrupted display contents was reported, and with DMA transfers at least 4 waitstates are needed to make updates work at all. * A table in system-iriver.c shows settings for all integer multiples of the base clock frequency (info for developers, not yet complete). 2006-11-02 20:50:50 +00:00
lcd-ipod.c Increase the number of pixels written to the Photo/Color LCD in one go to 0x10000 (was 64000) 2006-08-24 10:29:37 +00:00
lcd-ipodvideo.c Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10-15% 2006-08-17 08:37:35 +00:00
lcd-player-charset.c
lcd-player.c Fix them all. 2006-09-25 12:54:01 +00:00
lcd-recorder.c Fix them all. 2006-09-25 12:54:01 +00:00
lcd-remote-2bit-vi.c Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. 2006-10-14 01:32:58 +00:00
lcd.S H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this. 2006-08-23 17:30:51 +00:00
led.c Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED. 2005-11-24 00:10:14 +00:00
m5636.c Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption. 2006-07-13 07:40:30 +00:00
mas.c Fixed loong-standing bug in mas_writereg(). 2006-03-24 07:57:55 +00:00
pcf50605.c Renamed the ipod_i2c functions to the more appropriate pp_i2c 2006-10-27 11:24:23 +00:00
power.c Fix warnings in player builds. 2006-10-05 11:17:00 +00:00
rtc.c Renamed the ipod_i2c functions to the more appropriate pp_i2c 2006-10-27 11:24:23 +00:00
serial.c Logf output on the serial port for h100 targets 2006-10-12 20:22:16 +00:00
tlv320.c Fixed FS#6034 - Voice isn't handled when FM radio in on. Leave DAC enabled when analog bypass is on. 2006-10-27 11:24:47 +00:00
uda1380.c Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. 2006-07-21 08:42:28 +00:00
wm8731l.c generalise the wolfson codec code a bit 2006-10-20 17:12:42 +00:00
wm8758.c generalise the wolfson codec code a bit 2006-10-20 17:12:42 +00:00
wm8975.c generalise the wolfson codec code a bit 2006-10-20 17:12:42 +00:00