summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov1-7/+0
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-3/+3
2009-09-02Update Vertical stride so that it's oriented left to right in the destination.Karl Kurbjun1-25/+22
2009-09-01Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun1-0/+923
2009-08-20fix yellowNils Wallménius1-1/+2
2009-08-18LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specifi...Rafaël Carré1-5/+1
2009-08-16FAT timestamp handling improvements for non-RTC targets:Jens Arnold1-45/+54
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone6-1236/+336
2009-08-12M:Robe 500: Make endpoint requests more flexible.Karl Kurbjun1-20/+24
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo1-0/+5
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun1-18/+42
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-0/+7
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-1/+8
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken1-2/+20
2009-07-19M666591 (MRobe:500) USB: Driver works without restarting rockbox between conn...Karl Kurbjun1-1/+1
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts5-30/+109
2009-07-17Allow access to the last sector of the ramdisk as wellFrank Gevaerts1-2/+2
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-0/+13
2009-07-17M:Robe 500: Start of interrupt support.Karl Kurbjun1-10/+24
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-13/+0
2009-07-14Missed one strncpy callNils Wallménius1-1/+1
2009-07-14FS#10080Nils Wallménius6-7/+7
2009-07-12Correct svn:keywords and svn:eol-style on a few more files.Thomas Martitz6-6/+6
2009-07-10Add missing mutex_init to i2c driverBertrik Sikken1-0/+2
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken1-38/+73
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo1-0/+14
2009-07-05S35390a RTC: fix duplicate i2c initialisationBertrik Sikken1-1/+0
2009-07-03Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...Maurus Cuelenaere1-2/+4
2009-07-01Move sd_get_info() into common sd codeRafaël Carré1-0/+23
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere1-0/+13
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-0/+64
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré1-9/+9
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-4/+5
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-36/+7
2009-06-28Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Mei...Bertrik Sikken1-0/+93
2009-06-24M:Robe 500: RTC is now working, Added some SPI flexibility per end device and...Karl Kurbjun2-9/+5
2009-06-20c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sa...Rafaël Carré1-1/+1
2009-06-20Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driv...Bertrik Sikken1-2/+1
2009-06-20Fix e200v2 radio problem (missing Si4702 initialisation)Bertrik Sikken1-2/+3
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo1-0/+20
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo1-70/+181
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-75/+49
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun1-41/+41
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun1-0/+847
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold3-8/+8
2009-06-06Fix some delays in generic_i2cBertrik Sikken1-8/+5
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold2-28/+123