summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2006-03-18Fix s-t-u-p-i-d bug in the asm ata read routine.Jens Arnold
2006-03-18Coldfire: Assembler optimised disk reading, speed increase ~40% on average.Jens Arnold
2006-03-18Hopefully correct charger connected detection for ipod video thanks to Herz's...Brandon Low
2006-03-17Iriver: Properly working remote type detection regardless of hold switch posi...Jens Arnold
2006-03-17H300: Cut-down LCD init & working display flip.Jens Arnold
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold
2006-03-10Code policingBrandon Low
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low
2006-03-09iAudio X5: Remote control buttonsLinus Nielsen Feltzing
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low
2006-03-09Improve clarity, no functional changeBrandon Low
2006-03-08Minor correction to irq maskingBrandon Low
2006-03-08That function prototype should never have been in CVS - it was just part of m...Dave Chapman
2006-03-08Fix lcd_roll() on H1x0.Jens Arnold
2006-03-08~2% performance improvement and some code cleanups for ipod video lcd updateBrandon Low
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold
2006-03-07ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5Linus Nielsen Feltzing
2006-03-07Additional minor button interrupt tweaks, in a completely unscientific way, t...Brandon Low
2006-03-07Slight simplification of scroll button driverBrandon Low
2006-03-06Make the ipod ADC driver more generic, preparing to share code between it and...Brandon Low
2006-03-05Fix warningsBrandon Low
2006-03-05Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low
2006-03-05Fix some yellow buildsBrandon Low
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low
2006-03-05More efficient button_read() for archos recorders and Ondios.Jens Arnold
2006-03-02Improved battery status reporting for units which support usb power / chargeBrandon Low
2006-03-02gigabeat related changesMarcoen Hirschberg
2006-03-02Fixed pointer size vs. int size problems (64 bit sims)Jens Arnold
2006-02-28iPod 5G: Correctly implement mute when setting volumeDave Chapman
2006-02-27Patch #3060 from Andrew Scott - iPod mini button driverDave Chapman
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-24first gigabeat commitMarcoen Hirschberg
2006-02-24Ooops. Forgot to remove some debug codeLinus Nielsen Feltzing
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
2006-02-23ADC driver for iAudio X5Linus Nielsen Feltzing
2006-02-22Generic bitbang I2C driverLinus Nielsen Feltzing
2006-02-22Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect().Jens Arnold
2006-02-22Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman
2006-02-20iPod 5G: Bug fixes in DAC initialisation - playback is now stereo...Dave Chapman
2006-02-20Multiple remote support for iriver Hxxx stage 2: now button_read() returns co...Hristo Kovachev
2006-02-20Oops, no potentially conflicting declarations please.Jens Arnold
2006-02-20Make the driver work with LCD widths which aren't integer multiples of 4, i.e...Jens Arnold
2006-02-19Fix slow shutdown on ipod nano.Thom Johansen
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ap...Jens Arnold
2006-02-18iPods - implement button_hold() functionDave Chapman