summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt5-5/+7
2014-05-11sansaview: fix lcd codeAmaury Pouly2-206/+105
2014-05-11sansaview: cleanup backlight codeAmaury Pouly2-7/+25
2014-05-11sansaview: clean config fileAmaury Pouly1-10/+3
2014-05-09Make errno a thread-local variable.Michael Sevakis3-3/+10
2014-05-01regtools: normalise description files, and remove obsolete file. No logical c...Amaury Pouly1-30/+0
2014-04-24imx233: fix commentsAmaury Pouly1-8/+8
2014-04-23imx233: fix typos and sdmmc bug regarding write bufferAmaury Pouly1-2/+6
2014-04-23imx233: fix sdmmc driver bug when sector count is 0Amaury Pouly1-0/+3
2014-04-15MPIO HD300: Fix occasional scrollstrip hangMarcin Bukat1-12/+11
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-1/+1
2014-04-03Vibe500: change scrollstrip and button sensitivity to definesSebastian Leonhardt1-2/+11
2014-04-02optimize Cypress chip power supply for iriver h100 seriesDmitry Gamza2-3/+13
2014-03-27Sansa View: implement proper backlight and buttonlight switching.Szymon Dziok1-4/+17
2014-03-27Sansa View: adjust two things (define fake codec, missing header file) in orderSzymon Dziok2-1/+3
2014-03-27Sansa View: define a GPIO bit for USB detection in order to compile the bootl...Szymon Dziok1-0/+6
2014-03-27define more GPIO ports for the NVIDIA GoForce SoC (PP6100).Szymon Dziok1-0/+65
2014-03-27HDD6330: enable AB repeat.Szymon Dziok1-1/+1
2014-03-27HDD6330: enable backlight fading.Szymon Dziok1-1/+3
2014-03-27SA9200: enable headphones detection.Szymon Dziok1-0/+3
2014-03-27HDD1630: enable AB repeat.Szymon Dziok1-1/+1
2014-03-27change order of include headers and at the same time fix warning aboutSzymon Dziok1-1/+1
2014-03-27HDD1630: enable backlight fading.Szymon Dziok1-1/+1
2014-03-24Fix ALIGN_DOWN() macro on 64bit.Thomas Martitz1-1/+1
2014-03-22zenxfi3: fix horrible bug which prevented the power button to workAmaury Pouly1-3/+4
2014-03-18some optimization for iriver h100 and h300 seriesDmitry Gamza1-2/+2
2014-03-18Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREENSebastian Leonhardt2-2/+6
2014-03-15Fix stupid typo in 470989b that triggered panics easily.Thomas Martitz1-2/+2
2014-03-14Fix reds.Thomas Martitz1-0/+2
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz5-31/+128
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-1/+1
2014-03-09Fix ipod6g build.Thomas Martitz1-0/+2
2014-03-09android: Get the port up and running againThomas Martitz1-34/+30
2014-03-09zenxfi: enable speakerAmaury Pouly2-1/+4
2014-03-08zen(xfi): enable frequency scalingAmaury Pouly2-2/+2
2014-03-08imx233: rewrite frequency scaling to use the new functionAmaury Pouly1-20/+4
2014-03-08imx233: add function to change cpu/hbus frequency safelyAmaury Pouly2-0/+34
2014-03-08imx233: prepare frequency scaling for stmp3700Amaury Pouly2-8/+13
2014-03-08imx233: fix regulator code on stmp3700Amaury Pouly1-0/+17
2014-03-08zen: handle lcd underflow by handAmaury Pouly1-4/+17
2014-03-08imx233: add lcdif underflow irq supportAmaury Pouly2-0/+23
2014-03-08Greatly reduce volume-change zipper artifacts with SW volume.Michael Sevakis3-28/+108
2014-03-06Gigabeat S: Improve headphone thread implementation.Michael Sevakis1-81/+54
2014-03-04ingenic: crt0.S fixes #3Marcin Bukat1-6/+5
2014-03-04ingenic: fix bugs introduced by 5900bf7Marcin Bukat1-6/+6
2014-03-03Fix last warnings.Thomas Martitz2-2/+0
2014-03-03Fix more reds.Thomas Martitz10-2/+17
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz11-2/+14
2014-03-03zen/zenxfi: correctly implement lcdif errataAmaury Pouly1-1/+3
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz29-755/+1563