summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2008-05-02Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman
2008-04-28undo some changes of my last patch... should fix wm8751 based targetsChristian Gmeiner
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-28Update source files to include the header file for the functions they impleme...Bertrik Sikken
2008-04-28* introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner
2008-04-27add more registers for the tsc2100Jonathan Gordon
2008-04-27remove the last mr500 yelloJonathan Gordon
2008-04-27Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis
2008-04-24Fixes some warnings.Maurus Cuelenaere
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere
2008-04-24Add a PMIC-based RTC driver for Gigabeat S.Michael Sevakis
2008-04-22move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c...Christian Gmeiner
2008-04-20Enable RTC for Cowon D2. Time readout works, but date is currently junk.Rob Purchase
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken
2008-04-15Make the transparent bitmaps work on Gigabeat S.Michael Sevakis
2008-04-14Undo r17095. A bug report clearly showed this power supply is also needed for...Andree Buschmann
2008-04-13Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage ...Andree Buschmann
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold
2008-04-11iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...Michael Sevakis
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis
2008-04-04Split out the PCF5060x register defines into a common header and create a gen...Rob Purchase
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold
2008-03-28Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg
2008-03-27initial Meizu M6SL portMarcoen Hirschberg
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-03-21Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...Jens Arnold
2008-03-20Don't slow down I2C more than necessary when clock-stretching (rather old bug...Jens Arnold
2008-03-20Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis
2008-03-09First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold
2008-03-09Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver wit...Jens Arnold
2008-03-09Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r...Peter D'Hoye
2008-03-09ATA driver: * Add protection against out-of-bounds accesses. Those can happen...Jens Arnold
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold
2008-02-22Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold
2008-02-22Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis
2008-02-19Fix a small typoWill Robertson
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson
2008-02-14FS#8273 by Przemyslaw Holubowski - H10 RTC alarm bugfixesLinus Nielsen Feltzing
2008-02-14Do not waste RAM in the ATA driver. The identify info is a single sector.Jens Arnold
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner