summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-05Use total_sectors in ata_get_info() instead of calculating it all over again....Frank Gevaerts1-2/+1
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken3-4/+4
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun1-20/+5
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken1-33/+22
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase1-11/+19
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-2/+2
2009-02-26Ingenic Jz4740 RTC: actually write date to RTCMaurus Cuelenaere1-0/+2
2009-02-22Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...Andree Buschmann1-2/+9
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere1-0/+168
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo1-15/+51
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo1-1/+6
2009-02-13Onda VX747:Maurus Cuelenaere1-13/+21
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere1-0/+5
2009-02-07Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken1-29/+1
2009-02-05Creative ZVM:Maurus Cuelenaere1-59/+55
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken1-25/+51
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+2
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-20/+21
2009-01-22Onda VX747: get NAND driver workingMaurus Cuelenaere1-14/+18
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis1-2/+2
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-6/+6
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-13/+22
2009-01-11Remove tabs.Antoine Cellerier1-91/+91
2009-01-08AS3514: Simplify as there isn't a need to track the current source and sync m...Michael Sevakis1-40/+6
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis2-84/+164
2008-12-27Gigabeat S, use saner input volume on the line in used for fm to have fm volu...Nils Wallménius1-6/+9
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis1-98/+320
2008-12-25Fix moreMichael Giacomelli1-0/+1
2008-12-25Hopefully fix read.Michael Giacomelli1-18/+19
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-25/+258
2008-12-22Update si4700 FM driver:Bertrik Sikken1-39/+106
2008-12-20Ingenic players:Maurus Cuelenaere1-0/+2
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo1-0/+16