summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-01Add missing delay in i2c_start of the generic_i2c driver, used by ams targets.Bertrik Sikken1-0/+1
2009-05-31Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...Jens Arnold1-21/+20
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold2-16/+17
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-0/+280
2009-05-21Fix tuner_power warning on ondio FMBertrik Sikken1-0/+1
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-4/+4
2009-05-06Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RT...Maurus Cuelenaere1-0/+2
2009-05-02M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun2-18/+64
2009-04-28M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time.Karl Kurbjun1-8/+52
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken1-1/+0
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon1-3/+16
2009-04-14FS#9635 - On V1, V2 and FM Archos recorders, ensure instant backlight switch-...Boris Gjenero1-2/+0
2009-04-12FS#9985: The OF of AMS sansas seems to keep time in seconds since 1970-1-1 in...Bertrik Sikken1-1/+10
2009-04-06FS#10086 - Playback and recording sample rate setting on the 5G iPodBoris Gjenero1-10/+39
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase2-5/+19
2009-03-20Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase1-4/+3
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-0/+19
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-20/+19
2009-03-12Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...Michael Sevakis1-50/+195
2009-03-11Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy...Karl Kurbjun1-2/+1
2009-03-08Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...Jens Arnold1-53/+140