summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...Maurus Cuelenaere2009-07-03
* Move sd_get_info() into common sd codeRafaël Carré2009-07-01
* * Move some more stuff to the general SD driverMaurus Cuelenaere2009-07-01
* add firmware/driver/sd.c which contains common code between SD driversRafaël Carré2009-07-01
* card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré2009-07-01
* Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré2009-07-01
* Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken2009-06-28
* Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Mei...Bertrik Sikken2009-06-28
* M:Robe 500: RTC is now working, Added some SPI flexibility per end device and...Karl Kurbjun2009-06-24
* c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sa...Rafaël Carré2009-06-20
* Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driv...Bertrik Sikken2009-06-20
* Fix e200v2 radio problem (missing Si4702 initialisation)Bertrik Sikken2009-06-20
* Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo2009-06-19
* Clean up the Synaptics touchpad driver.Mark Arigo2009-06-19
* Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere2009-06-16
* M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun2009-06-13
* M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun2009-06-08
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* Fix some delays in generic_i2cBertrik Sikken2009-06-06
* Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold2009-06-01
* Add missing delay in i2c_start of the generic_i2c driver, used by ams targets.Bertrik Sikken2009-06-01
* Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...Jens Arnold2009-05-31
* Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold2009-05-30
* 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo2009-05-25
* Fix tuner_power warning on ondio FMBertrik Sikken2009-05-21
* Fix duplicate #includesBertrik Sikken2009-05-17
* Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts2009-05-16
* Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RT...Maurus Cuelenaere2009-05-06
* M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun2009-05-02
* M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time.Karl Kurbjun2009-04-28
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* Remove unnecessary #include "backlight.h"Bertrik Sikken2009-04-25
* beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon2009-04-20
* FS#9635 - On V1, V2 and FM Archos recorders, ensure instant backlight switch-...Boris Gjenero2009-04-14
* FS#9985: The OF of AMS sansas seems to keep time in seconds since 1970-1-1 in...Bertrik Sikken2009-04-12
* FS#10086 - Playback and recording sample rate setting on the 5G iPodBoris Gjenero2009-04-06
* D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase2009-03-21
* Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase2009-03-20
* Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz2009-03-17
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...Michael Sevakis2009-03-12
* Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy...Karl Kurbjun2009-03-11
* Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...Jens Arnold2009-03-08
* Use total_sectors in ata_get_info() instead of calculating it all over again....Frank Gevaerts2009-03-05
* Cosmetic fix: remove duplicate semicolonsBertrik Sikken2009-03-04
* Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun2009-03-03
* Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken2009-03-03
* TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase2009-03-02
* Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz2009-03-02
* Ingenic Jz4740 RTC: actually write date to RTCMaurus Cuelenaere2009-02-26