summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell1-4/+4
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis1-2/+2
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold1-1/+2
2007-10-28Code police, no functional changes (yet)Peter D'Hoye1-65/+85
2007-10-28add some informations about this fileChristian Gmeiner1-21/+3
2007-10-25FS#8022: AS3514 missing initialisation.Barry Wardell1-1/+8
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell1-3/+4
2007-10-23enable the RTC on the mrobe.Jonathan Gordon1-3/+20
2007-10-22nope, reread the datasheet... this one is correctJonathan Gordon1-2/+2
2007-10-22fix writing to registers on the tsc2100Jonathan Gordon1-1/+1
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon1-9/+39
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2-2/+2
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis4-38/+39
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold1-48/+35
2007-10-15Bugfix: The solid colour and gradient selector no longer extends to the left ...Jens Arnold1-2/+2
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye1-0/+4
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen9-9/+9
2007-10-09fix yellow and some house cleaningRobert Kukla1-1/+1
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla1-0/+5
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1
2007-10-02Ok. Really fix redMichael Sevakis1-10/+7
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis2-123/+327
2007-10-01minor style/comment policingJonathan Gordon1-1/+1
2007-10-01spi is shared between the rtc and tsc2100Jonathan Gordon2-3/+41
2007-09-30Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier5-15/+10
2007-09-30Save a few bytes in the line selector style handling code.Antoine Cellerier1-30/+25
2007-09-28Try to fix the case where Ipods would spuriously wake up even though no alarm...Thom Johansen2-5/+9
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin1-1/+3
2007-09-28Factor out the gradient drawing code. Should save some bytes and makes the co...Nicolas Pennequin1-39/+28
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-4/+0
2007-09-27Fix corrupted display of the gradient selector for scrolling lines in some co...Nicolas Pennequin1-3/+3
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-5/+93
2007-09-25Enabled button light for Sansa C200Björn Stenberg1-0/+5
2007-09-22ata_flash.c: write 32 bits to the buffer at a time when reading a sector.Tomasz Malesinski1-2/+24
2007-09-22start of the tsc2100 driver.Jonathan Gordon1-0/+64
2007-09-22A few minor cleanups for the Gigabeat SWill Robertson1-0/+72
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson1-1/+2
2007-09-20make use of register definesChristian Gmeiner1-3/+5
2007-09-19usb stack code police, fix some warnings and set svn keywords correctlyPeter D'Hoye1-2/+2
2007-09-17* implement strstrChristian Gmeiner1-94/+90
2007-09-17implement usb_arcotg_dcd_disableChristian Gmeiner1-1/+14
2007-08-30remove unused varsChristian Gmeiner1-5/+2
2007-08-30* remove more debugChristian Gmeiner2-47/+70
2007-08-30remove some debug.. Christian Gmeiner1-6/+0
2007-08-30add usb state handling and other small fixesChristian Gmeiner1-5/+22
2007-08-29if new speed is used speed stopChristian Gmeiner1-0/+4
2007-08-29endpoint address was only set in fs descriptor, but we need it in hs too. Upd...Christian Gmeiner1-4/+0
2007-08-29we use only 2 endpointsChristian Gmeiner1-1/+11
2007-08-29code police part one...Peter D'Hoye2-47/+71