summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
* Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...Jens Arnold2008-03-21
* Don't slow down I2C more than necessary when clock-stretching (rather old bug...Jens Arnold2008-03-20
* Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis2008-03-20
* Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold2008-03-12
* Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2008-03-12
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold2008-03-09
* Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver wit...Jens Arnold2008-03-09
* Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r...Peter D'Hoye2008-03-09
* ATA driver: * Add protection against out-of-bounds accesses. Those can happen...Jens Arnold2008-03-09
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold2008-02-22
* Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis2008-02-22
* Fix a small typoWill Robertson2008-02-19
* Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson2008-02-19
* FS#8273 by Przemyslaw Holubowski - H10 RTC alarm bugfixesLinus Nielsen Feltzing2008-02-14
* Do not waste RAM in the ATA driver. The identify info is a single sector.Jens Arnold2008-02-14
* Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner2008-02-13
* Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis2008-02-11
* Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli2008-02-10
* Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye2008-02-07
* mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo2008-02-06
* mrobe 100, RTC: some code simplification and include init sequence from OF fo...Robert Kukla2008-02-05
* mrobe 100: real time clock (if anybody recognises the RTC chip let me know)Robert Kukla2008-02-03
* Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis2008-01-27
* audio on the m:robe 100 Robert Kukla2008-01-20
* Proper mutexing in the MMC driver's ata_init(), resembling what is done in th...Jens Arnold2008-01-20
* Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis2008-01-18
* Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis2008-01-18
* Initial Cowon D2 commit:Rob Purchase2008-01-14
* Make the lcd_gradient_* functions static - they're not exported in lcd.hDave Chapman2008-01-13
* Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2008-01-10
* Fix a typo in commit r16018 - this was causing text to disappear on the h140...Dave Chapman2008-01-09
* Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman2008-01-08
* Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman2008-01-07
* Revert previous commit (still learning to work with git...)Marcoen Hirschberg2007-12-10
* use dB units for balance controlMarcoen Hirschberg2007-12-10
* Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin2007-12-06
* lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (fro...Mark Arigo2007-12-06
* Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER...Mark Arigo2007-12-05
* pcf50605_write_multiple must prelock driver or the series of bytes may be int...Michael Sevakis2007-11-26
* Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton2007-11-24
* remove not used dummy codeChristian Gmeiner2007-11-22
* New USB stackBjörn Stenberg2007-11-22
* make private functions staticChristian Gmeiner2007-11-20
* get rid of audiohw_resetChristian Gmeiner2007-11-20
* Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin2007-11-19
* replace strange charactersMarcoen Hirschberg2007-11-19