summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
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
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli
2008-02-07Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye
2008-02-06mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo
2008-02-05mrobe 100, RTC: some code simplification and include init sequence from OF fo...Robert Kukla
2008-02-03mrobe 100: real time clock (if anybody recognises the RTC chip let me know)Robert Kukla
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis
2008-01-20audio on the m:robe 100 Robert Kukla
2008-01-20Proper mutexing in the MMC driver's ata_init(), resembling what is done in th...Jens Arnold
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis
2008-01-18Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis
2008-01-14Initial Cowon D2 commit:Rob Purchase
2008-01-13Make the lcd_gradient_* functions static - they're not exported in lcd.hDave Chapman
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2008-01-09Fix a typo in commit r16018 - this was causing text to disappear on the h140...Dave Chapman
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg
2007-12-10use dB units for balance controlMarcoen Hirschberg
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin
2007-12-06lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (fro...Mark Arigo
2007-12-05Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER...Mark Arigo
2007-11-26pcf50605_write_multiple must prelock driver or the series of bytes may be int...Michael Sevakis
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton
2007-11-22remove not used dummy codeChristian Gmeiner
2007-11-22New USB stackBjörn Stenberg
2007-11-20make private functions staticChristian Gmeiner
2007-11-20get rid of audiohw_resetChristian Gmeiner
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin
2007-11-19replace strange charactersMarcoen Hirschberg