summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken7-121/+116
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken5-0/+6
2010-08-07Android port: handle incoming calls.Thomas Martitz2-2/+24
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-0/+4
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-12/+1
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz2-12/+52
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz4-15/+11
2010-08-03system-arm.c/__div0 are for ARM native builds onlyRafaël Carré1-0/+2
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré1-1/+1
2010-08-03android: declare audiohw_set_volume()Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz25-19/+1236
2010-08-02Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly1-0/+3
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz10-18/+284
2010-08-01More minor const/static/include fixes.Bertrik Sikken4-4/+7
2010-08-01Fix #ifdef in backlight.c from previous commitBertrik Sikken1-2/+2
2010-08-01Various minor cleanupsBertrik Sikken2-6/+5
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken4-2/+15
2010-08-01Various minor cleanups for mini2440Bertrik Sikken7-4/+12
2010-07-31Various minor clean-ups for mrobeBertrik Sikken3-8/+7
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken2-7/+1
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken6-12/+14
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken2-2/+5
2010-07-31Let format.c #include its own format.h header fileBertrik Sikken1-0/+1
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken2-2/+2
2010-07-30AMSv1: Don't modify MPMC_DYNAMIC_CONTROLRafaël Carré1-5/+0
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat2-0/+7
2010-07-27HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (...Marcin Bukat1-1/+1
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat2-5/+123
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken14-163/+54
2010-07-26Factor out opening and removing DIRCACHE_FILE into separate functions.Thomas Martitz1-9/+31
2010-07-25bootchart.h doesn't need _ansi.h, especially not in a relative pathRafaël Carré1-1/+0
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+2
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré8-26/+53
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius3-4/+8
2010-07-22lcd-clip.h: mentions clipv2Rafaël Carré1-1/+1
2010-07-22Sansa clip+: fix display brightness for players with newer OLED controller ty...Bertrik Sikken7-76/+49
2010-07-22Correction to previous commit: fix condition to include backlight-target.h (n...Bertrik Sikken1-1/+1
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken6-25/+25
2010-07-22as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB)Rafaël Carré1-92/+0
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré3-3/+4
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré3-2/+3
2010-07-20buttonlight for new fuzev2Rafaël Carré1-0/+12
2010-07-20Revert r26290Rafaël Carré1-0/+5
2010-07-19newer Fuzev2 doesn't seem to use B5 for button lightRafaël Carré2-11/+25
2010-07-19sd-as3525.c: disable widebus again, it causes read corruptionsRafaël Carré1-4/+8
2010-07-19as3525*: use atomic bit manipulation for CCU_IORafaël Carré5-11/+11
2010-07-19as3525*: disable_irq in system_reboot()Rafaël Carré1-0/+3
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré5-26/+61
2010-07-19sd-as3525v2: remove unneeded prototypesRafaël Carré1-26/+24