Age | Commit message (Expand) | Author | Files | Lines |
2010-08-12 | Move memset6() declaration to string-extra.h, kills a warning compiling for a... | Thomas Martitz | 2 | -2/+2 |
2010-08-12 | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz | 8 | -9/+16 |
2010-08-12 | emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur... | Michael Sparmann | 1 | -48/+157 |
2010-08-12 | emBIOS backports part three: Make the NAND flash driver return more useful er... | Michael Sparmann | 2 | -24/+22 |
2010-08-12 | emBIOS backports part two: Fix a stupid global variable *instantiation* in a ... | Michael Sparmann | 1 | -2/+2 |
2010-08-12 | Fix red: Revert the const correctness part, which opened a can of worms. | Michael Sparmann | 1 | -2/+2 |
2010-08-12 | emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG... | Michael Sparmann | 1 | -19/+24 |
2010-08-08 | ipod nano 2g: make functions/variables static where possible, add missing #in... | Bertrik Sikken | 7 | -121/+116 |
2010-08-08 | Various minor fixes for Samsung YH* targets | Bertrik Sikken | 3 | -0/+3 |
2010-08-01 | Various minor cleanups for cowon d2 | Bertrik Sikken | 3 | -0/+3 |
2010-08-01 | Various minor cleanups for mini2440 | Bertrik Sikken | 6 | -4/+10 |
2010-07-31 | Various minor clean-ups for mrobe | Bertrik Sikken | 2 | -6/+5 |
2010-07-31 | Various minor clean-ups for Zen Vision | Bertrik Sikken | 4 | -7/+5 |
2010-07-31 | Add #include to power-ipod.c, make some variables static in storage.c | Bertrik Sikken | 1 | -0/+3 |
2010-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken | 2 | -2/+2 |
2010-07-30 | AMSv1: Don't modify MPMC_DYNAMIC_CONTROL | Rafaël Carré | 1 | -5/+0 |
2010-07-22 | lcd-clip.h: mentions clipv2 | Rafaël Carré | 1 | -1/+1 |
2010-07-22 | Sansa clip+: fix display brightness for players with newer OLED controller ty... | Bertrik Sikken | 7 | -76/+49 |
2010-07-22 | Correction to previous commit: fix condition to include backlight-target.h (n... | Bertrik Sikken | 1 | -1/+1 |
2010-07-22 | Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t... | Bertrik Sikken | 6 | -25/+25 |
2010-07-22 | as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB) | Rafaël Carré | 1 | -92/+0 |
2010-07-22 | CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h | Rafaël Carré | 1 | -2/+2 |
2010-07-20 | The new Fuzev2 use the same FM chip than some Clip+ | Rafaël Carré | 1 | -0/+0 |
2010-07-20 | buttonlight for new fuzev2 | Rafaël Carré | 1 | -0/+12 |
2010-07-20 | Revert r26290 | Rafaël Carré | 1 | -0/+5 |
2010-07-19 | newer Fuzev2 doesn't seem to use B5 for button light | Rafaël Carré | 2 | -11/+25 |
2010-07-19 | sd-as3525.c: disable widebus again, it causes read corruptions | Rafaël Carré | 1 | -4/+8 |
2010-07-19 | as3525*: use atomic bit manipulation for CCU_IO | Rafaël Carré | 5 | -11/+11 |
2010-07-19 | as3525*: disable_irq in system_reboot() | Rafaël Carré | 1 | -0/+3 |
2010-07-19 | Support new Fuzev2 revisions (fuzev2_variant == 1) | Rafaël Carré | 5 | -26/+61 |
2010-07-19 | sd-as3525v2: remove unneeded prototypes | Rafaël Carré | 1 | -26/+24 |
2010-07-14 | Fuze*/e200v2: remove unused lcd_set_contrast() | Rafaël Carré | 2 | -10/+0 |
2010-07-11 | D2: Fix another timing loop that broke when we switched to the EABI compiler,... | Rob Purchase | 1 | -2/+5 |
2010-07-04 | hdd6330: Enable buttonlights. | Szymon Dziok | 1 | -0/+18 |
2010-07-04 | hdd6330: enable full touchpad support - code cleanup, all buttons should work... | Szymon Dziok | 2 | -28/+82 |
2010-07-04 | hdd6330: change the synaptics-mep driver in a few places according to the tou... | Szymon Dziok | 2 | -7/+7 |
2010-07-03 | Clip+ LCD: support devices with a different controller | Rafaël Carré | 7 | -19/+25 |
2010-07-02 | pl081: Fix r27236 warnings. Need system.h. | Michael Sevakis | 1 | -3/+2 |
2010-07-02 | AMS SoC's: Some register bit changes need interrupt protection: timer API and... | Michael Sevakis | 11 | -23/+35 |
2010-06-30 | i.MX31: Make DMA ISR call loop a bit more efficient. | Michael Sevakis | 1 | -11/+5 |
2010-06-30 | Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ... | Michael Sevakis | 1 | -1/+5 |
2010-06-30 | i.MX31: Only include the SDMA code that will be used on the target. Simplify ... | Michael Sevakis | 2 | -708/+73 |
2010-06-30 | Remove atomic register bit manipulation functions from i.MX and s3c target co... | Michael Sevakis | 26 | -190/+263 |
2010-06-29 | sd-as3525.c: handle acmd retries correctly | Tobias Diedrich | 1 | -13/+27 |
2010-06-29 | as3525v2-usb: fix yellow | Amaury Pouly | 1 | -14/+1 |
2010-06-29 | mutex_lock/unlock must be moved up a level to make the verify code in sd-as35... | Tobias Diedrich | 1 | -4/+14 |
2010-06-29 | usb-drv-as3525v2.c: fix compilation (typo) | Rafaël Carré | 1 | -1/+1 |
2010-06-29 | as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a state | Amaury Pouly | 1 | -33/+118 |
2010-06-29 | Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems. | Michael Sevakis | 1 | -1/+1 |
2010-06-28 | Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei... | Tobias Diedrich | 2 | -63/+25 |