summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis1-1/+11
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis24-241/+1982
2014-08-25Fuze+: fixed brightness settings: previously there were 81 settings for only ...Avi Eisenberg1-1/+1
2014-08-16Fix warnings from 6ed0087Michael Sevakis1-18/+22
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis3-368/+157
2014-08-08Fix some more straggling stuffMichael Sevakis2-9/+4
2014-08-08Do some kernel cleanupMichael Sevakis2-79/+11
2014-08-06Fix some stuff for no priority andMichael Sevakis1-8/+2
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis1-14/+20
2014-07-28Support for remote on Samsung YH920/YH925.bootloader_yh820_v1Szymon Dziok4-7/+75
2014-07-28Samsung YH-925: Don't add anything to adc value while reading it.Szymon Dziok2-7/+6
2014-07-28Samsung YH-920: Proper values for battery monitoring, based on the OF formula.Szymon Dziok2-8/+7
2014-07-27Samsung YH-820: enable battery monitoringSebastian Leonhardt2-11/+9
2014-07-26SA9200: Implement clicker.Szymon Dziok2-0/+19
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat1-2/+0
2014-07-01Sony NWZ: calibrate discharge curvesAmaury Pouly2-8/+8
2014-07-01rolo: fix crc calculation for mi4Marcin Bukat1-0/+2
2014-06-30sonynwz: fix backlightAmaury Pouly1-1/+3
2014-06-24zen/zenxfi: don't switch emi on cpu change to avoid screen flickerAmaury Pouly1-4/+14
2014-06-24imx233/emi: cleanup and don't change emi freq if not neededAmaury Pouly2-2/+6
2014-06-24fix whitespaceAmaury Pouly1-1/+1
2014-06-24zen/zenxfi: switch lcd driver to 24-bit modeAmaury Pouly4-36/+14
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-1/+3
2014-06-18Radio and radio recording for Samsung YH-920.Szymon Dziok3-1/+159
2014-06-18YH92x: Implement ATA power off.Szymon Dziok1-1/+17
2014-06-09Samsung YH-820: implement an inverting of colours on the lcd.Szymon Dziok1-2/+2
2014-06-09Samsung YH-920: properly implement and enable lcd flipping.Szymon Dziok1-5/+5
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-05-11sansaview: fix lcd codeAmaury Pouly1-206/+103
2014-05-11sansaview: cleanup backlight codeAmaury Pouly2-7/+25
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 Dziok1-0/+1
2014-03-27Sansa View: define a GPIO bit for USB detection in order to compile the bootl...Szymon Dziok1-0/+6
2014-03-22zenxfi3: fix horrible bug which prevented the power button to workAmaury Pouly1-3/+4
2014-03-18Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREENSebastian Leonhardt1-1/+5
2014-03-09android: Get the port up and running againThomas Martitz1-34/+30
2014-03-09zenxfi: enable speakerAmaury Pouly1-1/+1
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