summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis3-1/+50
2014-08-29Add mempcpy implementationMichael Sevakis8-4/+99
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis70-5687/+12507
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis3-4/+30
2014-08-26Patch up rbendian.h for Win32 cross-compileMichael Sevakis1-28/+37
2014-08-25panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis3-7/+4
2014-08-25Do a better endian.h setup that isn't as fragileMichael Sevakis3-119/+228
2014-08-25Fuze+: fixed brightness settings: previously there were 81 settings for only ...Avi Eisenberg2-3/+3
2014-08-20Make sure load_context is the last thing in switch_thread.Michael Sevakis1-5/+5
2014-08-18thread-unix patchup!Michael Sevakis1-4/+26
2014-08-16Oops. Broke an egg. Restore wrongly removed code in mutex.c.Michael Sevakis1-0/+6
2014-08-16Fix warnings from 6ed0087Michael Sevakis2-18/+23
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis19-2011/+1515
2014-08-16Add common linked list functionsMichael Sevakis3-0/+427
2014-08-08Fix some more straggling stuffMichael Sevakis4-86/+6
2014-08-08Do some kernel cleanupMichael Sevakis20-928/+347
2014-08-06Fix some stuff for no priority andMichael Sevakis5-20/+14
2014-08-05One more shot; errno.h needs to be in the ARM one too :)Michael Sevakis1-0/+1
2014-08-05Hosted builds using thread.c have errno as thread context.Michael Sevakis1-1/+1
2014-08-05Fix up some more redMichael Sevakis1-0/+5
2014-08-05Oops. Somehow lost the track of the new files last push.Michael Sevakis2-0/+397
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis11-574/+853
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 Leonhardt3-14/+12
2014-07-26SA9200: Implement clicker.Szymon Dziok2-0/+19
2014-07-26Ak4537: Optimization of the code.Szymon Dziok1-76/+62
2014-07-26Disable detection of fm radio for the YH920, it's pointless.Szymon Dziok1-1/+1
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly2-2/+2
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat3-34/+45
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-25zen/zenxfi: fix config file commentsAmaury Pouly2-4/+4
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 Pouly8-45/+21
2014-06-23fix sdlapp and ypr0 buildsThomas Martitz1-1/+1
2014-06-21Fix some build errors and warnings.Thomas Martitz2-1/+11
2014-06-21lcd-24bit: fix up previous commit a1842c0Thomas Martitz1-2/+2
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz14-17/+1255
2014-06-21lcd-16bit: Split out some functions to lcd-color-common.cThomas Martitz3-575/+616
2014-06-18Radio and radio recording for Samsung YH-920.Szymon Dziok9-42/+307
2014-06-18Samsung YH820/YH92X: Improve recording.Szymon Dziok1-5/+6
2014-06-18YH92x: Implement ATA power off.Szymon Dziok3-3/+19
2014-06-18YH92x: Use the led near the lcd as the ATA led, instead of shine all the time.Szymon Dziok3-2/+20
2014-06-09Samsung YH-820: implement an inverting of colours on the lcd.Szymon Dziok2-3/+3
2014-06-09Samsung YH-920: properly implement and enable lcd flipping.Szymon Dziok2-6/+6