summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken2-50/+50
2008-04-15Make the transparent bitmaps work on Gigabeat S.Michael Sevakis1-1/+1
2008-04-14Undo r17095. A bug report clearly showed this power supply is also needed for...Andree Buschmann1-1/+1
2008-04-13Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage ...Andree Buschmann1-1/+1
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold7-120/+140
2008-04-11iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...Michael Sevakis1-1/+1
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase1-45/+251
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2-2/+2
2008-04-04Split out the PCF5060x register defines into a common header and create a gen...Rob Purchase2-58/+57
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold1-4/+5
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