summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold1-84/+334
2006-04-16H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold1-4/+12
2006-04-14Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold1-3/+3
2006-04-12Another slight tweak.Jens Arnold1-28/+20
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold1-191/+229
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg1-1/+1
2006-04-09H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold1-22/+44
2006-04-08Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold4-8/+8
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold2-30/+32
2006-04-06Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold1-124/+108
2006-04-06Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold1-212/+240
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2-42/+38
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold3-43/+85
2006-03-31Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold1-77/+64
2006-03-30Move definitions to their proper placeJens Arnold1-11/+0
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-2/+50
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold1-9/+7
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold1-9/+18
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing1-1/+1
2006-03-28Simplification and correction of the TLV320 driverLinus Nielsen Feltzing1-52/+22
2006-03-28Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing1-0/+5
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low1-2/+2
2006-03-27Code policeBrandon Low1-4/+4
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg1-2/+2
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-4/+65
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-1/+17
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold1-0/+6
2006-03-23use logfChristian Gmeiner1-2/+2
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low1-1/+1
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen2-0/+10
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg5-25/+0
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev1-1/+0
2006-03-19Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold1-6/+208
2006-03-19H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing1-0/+1
2006-03-19Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low1-29/+32
2006-03-18Improve button driver performance on ipod a bit by moving around queue checks...Brandon Low1-55/+31
2006-03-18Fix s-t-u-p-i-d bug in the asm ata read routine.Jens Arnold1-1/+1
2006-03-18Coldfire: Assembler optimised disk reading, speed increase ~40% on average.Jens Arnold1-2/+192
2006-03-18Hopefully correct charger connected detection for ipod video thanks to Herz's...Brandon Low1-2/+1
2006-03-17Iriver: Properly working remote type detection regardless of hold switch posi...Jens Arnold1-8/+13
2006-03-17H300: Cut-down LCD init & working display flip.Jens Arnold1-150/+127
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low1-2/+7
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen1-0/+5
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold6-108/+0
2006-03-10Code policingBrandon Low1-81/+83
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low5-53/+70
2006-03-09iAudio X5: Remote control buttonsLinus Nielsen Feltzing1-3/+40
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low2-14/+7
2006-03-09Improve clarity, no functional changeBrandon Low1-6/+6