summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-03-28Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis1-0/+68
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg1-135/+0
2008-03-27initial Meizu M6SL portMarcoen Hirschberg1-0/+135
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis3-8/+8
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2-48/+8
2008-03-21Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...Jens Arnold1-1/+1
2008-03-20Don't slow down I2C more than necessary when clock-stretching (rather old bug...Jens Arnold1-2/+2
2008-03-20Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis1-2/+2
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold1-1/+2
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis1-1/+1
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2-4/+18
2008-03-09First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold2-1229/+1249
2008-03-09Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver wit...Jens Arnold2-1038/+175
2008-03-09Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r...Peter D'Hoye1-18/+24
2008-03-09ATA driver: * Add protection against out-of-bounds accesses. Those can happen...Jens Arnold1-27/+36
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-1/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-37/+28
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold2-28/+37
2008-02-22Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold2-6/+0
2008-02-22Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis1-0/+47
2008-02-19Fix a small typoWill Robertson1-1/+1
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson1-16/+18
2008-02-14FS#8273 by Przemyslaw Holubowski - H10 RTC alarm bugfixesLinus Nielsen Feltzing1-7/+14
2008-02-14Do not waste RAM in the ATA driver. The identify info is a single sector.Jens Arnold1-1/+1
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner8-38/+17
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis1-33/+37
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli2-9/+44
2008-02-07Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye1-0/+4
2008-02-06mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo1-0/+21
2008-02-05mrobe 100, RTC: some code simplification and include init sequence from OF fo...Robert Kukla1-15/+53
2008-02-03mrobe 100: real time clock (if anybody recognises the RTC chip let me know)Robert Kukla2-0/+415
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis1-21/+31
2008-01-20audio on the m:robe 100 Robert Kukla1-0/+4
2008-01-20Proper mutexing in the MMC driver's ata_init(), resembling what is done in th...Jens Arnold1-3/+7
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-30/+30
2008-01-18Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis1-8/+16
2008-01-14Initial Cowon D2 commit:Rob Purchase1-0/+143
2008-01-13Make the lcd_gradient_* functions static - they're not exported in lcd.hDave Chapman1-3/+3
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-7/+7
2008-01-09Fix a typo in commit r16018 - this was causing text to disappear on the h140...Dave Chapman1-1/+1
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman6-0/+30
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman7-657/+1355
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg9-10/+9
2007-12-10use dB units for balance controlMarcoen Hirschberg9-9/+10
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin1-12/+15
2007-12-06lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (fro...Mark Arigo1-36/+41
2007-12-05Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER...Mark Arigo1-2/+2
2007-11-26pcf50605_write_multiple must prelock driver or the series of bytes may be int...Michael Sevakis1-0/+6
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-29/+24
2007-11-22remove not used dummy codeChristian Gmeiner2-30/+0