| Commit message (Expand) | Author | Age |
| * | Get rid of stupid _backlight_* function names | Marcin Bukat | 2015-01-12 |
| * | lcd drivers: Convert lcd_[remote_]framebuffer to a pointer | Jonathan Gordon | 2012-02-28 |
| * | button-target.h : move prototypes to button.h | Rafaël Carré | 2012-01-08 |
| * | Rework powermgmt to enable code re-use on appliation and sims. | Thomas Martitz | 2012-01-03 |
| * | usb-target.h: remove | Rafaël Carré | 2011-12-31 |
| * | Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ... | Michael Sevakis | 2011-06-17 |
| * | More minor const/static/include fixes. | Bertrik Sikken | 2010-08-01 |
| * | New USB charging system, part 1 - API rework and user-visible setting update | Torne Wuff | 2010-06-05 |
| * | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz | 2009-10-20 |
| * | H300 LCD update: Use interrupt driven background DMA transfers, giving other ... | Jens Arnold | 2009-10-11 |
| * | Various files: make functions static if they're local or make sure there is a... | Bertrik Sikken | 2009-08-06 |
| * | Rework lcd_enabled and lcd_set/call_enable hook | Thomas Martitz | 2009-03-17 |
| * | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis | 2008-12-03 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t... | Michael Sevakis | 2008-05-28 |
| * | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis | 2008-03-26 |
| * | Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(... | Jens Arnold | 2008-03-24 |
| * | fix h300 red | Robert Kukla | 2008-02-03 |
| * | Hardware controlled backlight brightness for iPod Video and Nano, retaining t... | Jens Arnold | 2007-11-12 |
| * | H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC... | Jens Arnold | 2007-10-14 |
| * | FS #7691 - improved USB detection on PP devices. This patch modifies the tar... | Dave Chapman | 2007-09-04 |
| * | H300: Read battery voltage with 10bit precision. | Jens Arnold | 2007-08-17 |
| * | First step of powermanagement rework: * Move target specific stuff into targe... | Jens Arnold | 2007-08-17 |
| * | Moved archos power handling into target tree. * Tuner power handling cleaned ... | Jens Arnold | 2007-08-14 |
| * | Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ... | Michael Sevakis | 2007-07-31 |
| * | H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio A... | Jens Arnold | 2007-07-30 |
| * | Do some planned radio interface cleanup since adding in the LV24020LP. | Michael Sevakis | 2007-07-14 |
| * | Coldfire targets: Shuffle IRQ levels around to have all interaction between l... | Michael Sevakis | 2007-03-07 |
| * | H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s... | Linus Nielsen Feltzing | 2007-03-02 |
| * | FS#6419 - driver for H1x0 series RTC Mod with runtime detection | Robert Kukla | 2007-02-28 |
| * | Move the MPARK init to system_init() | Linus Nielsen Feltzing | 2007-02-22 |
| * | Correct LCD DMA init on the H300 | Linus Nielsen Feltzing | 2007-02-22 |
| * | Fix remaining CONFIG_TUNER checks. | Jens Arnold | 2007-02-18 |
| * | CONFIG_CHARGING | Jonathan Gordon | 2007-02-18 |
| * | Corrected the comments regarding USB charging | Linus Nielsen Feltzing | 2007-02-02 |
| * | FS#4770 - Add USB charging for the H300 series | Steve Bavin | 2007-02-01 |
| * | Turn backlight ON at boot unless bootloader has already done that. | Miika Pekkarinen | 2007-01-12 |
| * | Removed executable flag | Linus Nielsen Feltzing | 2007-01-09 |
| * | The ADC GPIO init code for the H100 was accidentally put in the H300 driver w... | Linus Nielsen Feltzing | 2006-11-24 |
| * | Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai... | Michael Sevakis | 2006-11-10 |
| * | H300/X5: Moved backlight brightness code to target tree. Created __backlight_... | Michael Sevakis | 2006-11-10 |
| * | More exodus to the target tree for ColdFire and a bonus sorting of firmware/S... | Michael Sevakis | 2006-11-08 |
| * | H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at... | Jens Arnold | 2006-11-04 |
| * | H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC... | Jens Arnold | 2006-11-02 |
| * | move the iriver h1x0/h3x0 targets to the target tree | Jonathan Gordon | 2006-10-30 |
| * | Removed unnecessary #include s. | Jens Arnold | 2006-10-29 |
| * | H300: Don't read the button ADC as long as no button is pressed, utilising th... | Jens Arnold | 2006-10-29 |
| * | move the iriver h1x0/h3x0 button driver to target tree | Jonathan Gordon | 2006-10-29 |
| * | Moved pcf50606 stuff to target directory. | Michael Sevakis | 2006-10-25 |
| * | H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ... | Jens Arnold | 2006-08-23 |