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