summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Ooops, forgot to fix that comment.Jens Arnold2005-09-30
* H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold2005-09-30
* H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold2005-09-24
* Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist2005-09-22
* Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist2005-09-22
* The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing2005-09-14
* Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing2005-09-12
* Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist2005-09-07
* For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold2005-09-06
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* iRiver: Reduced pops from the line out connector.Miika Pekkarinen2005-08-28
* CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing2005-08-13
* The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing2005-08-13
* iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing2005-08-11
* Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing2005-08-08
* iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner2005-08-06
* oops... fixes red buildChristian Gmeiner2005-07-31
* iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner2005-07-31
* Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold2005-07-28
* iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing2005-07-19
* Fixed lcd_blit().Jens Arnold2005-07-16
* Greyscale graphics driver: Added missing function.Jens Arnold2005-07-14
* More atomic GPIOLinus Nielsen Feltzing2005-07-12
* Atomic GPIO accessLinus Nielsen Feltzing2005-07-12
* added uda1380_reset()Linus Nielsen Feltzing2005-07-12
* Inverted S/PDIF control on H110Linus Nielsen Feltzing2005-07-12
* Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold2005-07-08
* Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2005-07-07
* 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2005-07-06
* Converted to use the IRAM defines, and some small optimisations.Jens Arnold2005-07-04
* Fixed pops when starting playback.Miika Pekkarinen2005-07-03
* Use the central IDATA_ATTR define.Jens Arnold2005-07-03
* Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold2005-07-02
* A couple of optimisations.Jens Arnold2005-07-02
* Fixed pops from headphone audio output.Miika Pekkarinen2005-07-01
* Check for features, not for models.Jens Arnold2005-07-01
* the h300 models have hold tooDaniel Stenberg2005-07-01
* New config option for optical out on iriverLinus Nielsen Feltzing2005-07-01
* - enable S/PDIF optical outputMarcoen Hirschberg2005-07-01
* Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold2005-06-30
* I believe this is more likely to reflect the h300 keypadDaniel Stenberg2005-06-30
* Ooops...Jens Arnold2005-06-29
* Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough2005-06-29
* Oops, that was no optimisation, but a bug.Jens Arnold2005-06-29
* Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold2005-06-29
* Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold2005-06-28
* H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold2005-06-27
* Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold2005-06-25
* Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2005-06-25
* Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold2005-06-24