summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Silly includes going haywire. Fix the errors/warnings (hopefully).Michael Sevakis1-1/+2
2012-05-02Clean up peak calculating code.Michael Sevakis5-70/+59
2012-05-02Stop the BDEBUGF format warnings in buflib.cMichael Sevakis1-2/+3
2012-05-02Stop lame warnings about braces and empty body of 'if' statement.Michael Sevakis1-0/+8
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis6-13/+42
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis10-10/+9
2012-04-30rk27xx: ungate all clocks before jumping into rolo'ed code. This should fix b...Marcin Bukat1-0/+5
2012-04-30AMSv1: rename USB interrupt handlerRafaël Carré1-1/+1
2012-04-30Missing semicolon.Andrew Ryabinin1-1/+1
2012-04-30hm60x: Calibrated discharge curve.Andrew Ryabinin1-8/+7
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis2-3/+1
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis1-0/+4
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-3/+13
2012-04-28usb-s3c6400: merge the 2 driversRafaël Carré4-398/+185
2012-04-27rk27xx: Do not turn off clocks in bootloader as this breaks OF loadingMarcin Bukat1-1/+2
2012-04-26Coldfire (m68k): Add macros for tpf.w/l instructions.Michael Sevakis1-0/+11
2012-04-26Add a more correct absolute difference function to dsp-util.Michael Sevakis1-3/+10
2012-04-26Add a NO_INLINE attribute to gcc_extensions.Michael Sevakis1-0/+5
2012-04-26Fix red.Andrew Ryabinin1-1/+1
2012-04-26hm60x/hm801: Increase backlight frequency. This will remove background hiss.Andrew Ryabinin1-5/+21
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
2012-04-22event classes are single bitsJonathan Gordon1-1/+1
2012-04-22hm60x: Fix charger detection.Andrew Ryabinin1-2/+10
2012-04-20rk27xx: Fix warnings.Andrew Ryabinin2-19/+20
2012-04-20Fix typo.Andrew Ryabinin1-1/+1
2012-04-20rk27xx: Remove debug use of timer1 in sd driver.Andrew Ryabinin1-1/+0
2012-04-19hm801: Add support for plugins.Andrew Ryabinin2-0/+8
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+4
2012-04-19hm60x: Use binary search in button driver.Andrew Ryabinin1-11/+21
2012-04-19hm60x/hm801: Buttons rework.Andrew Ryabinin2-3/+5
2012-04-17as3514 rtc: sansa clip zip uses 1970/1/1 base date instead of special AS3525v...Bertrik Sikken1-2/+6
2012-04-15FS#10345 - Gigabeat: Switch volume buttons in Upside Down modeBertrik Sikken1-2/+4
2012-04-12Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken1-0/+1
2012-04-11si4700 tuner: fix power consumption issue caused by ill-defined power state a...Bertrik Sikken1-0/+4
2012-04-11Increase mr100 remote lcd thread stack (fixes FS#12640)Frank Gevaerts1-1/+1
2012-04-09si470x tuner: remove obsolete handling of special value 2 for RADIO_SLEEPBertrik Sikken1-3/+1
2012-04-06fix tms320dm320 crt0.SMarcin Bukat1-13/+13
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly11-312/+50
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz3-8/+8
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz1-1/+1
2012-04-03Revert 1207c7b and fix the actual warnings.Frank Gevaerts1-2/+10
2012-04-02Call tuner_power(true) from the correct place for lv24020lp.Frank Gevaerts1-3/+1
2012-03-31Classic/6G: CPU frequency/voltage scalingCástor Muñoz6-6/+48
2012-03-31Classic/6G: click wheel controller powersaveCástor Muñoz1-3/+13
2012-03-30usb-nano2g-6g: missing brace in non-default preprocessor pathRafaël Carré1-0/+1
2012-03-30android: implement system_exception_wait and system_reboot, so that the panic...Thomas Martitz1-2/+12
2012-03-30panicf(): fix wrong font and colors being displayed.Thomas Martitz1-1/+2
2012-03-28Apparently make doesn't like inline commentsThomas Martitz1-1/+2
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz2-25/+8
2012-03-28Classic/6G: hold switch detection using GPIOCástor Muñoz1-21/+14