summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-11-18iPod Classic: fix HW_FREQ_32Cástor Muñoz1-2/+31
2014-11-16iPod Classic: update timer API using 32-bit timers.Cástor Muñoz3-47/+69
2014-11-13iPod Classic: fix s5l8702 cache line length.Cástor Muñoz3-4/+9
2014-11-10HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu.Szymon Dziok9-54/+99
2014-11-10zen: typoAmaury Pouly1-1/+1
2014-11-10Fix YUV generic C performance function on 24-bit framebufferAmaury Pouly1-3/+3
2014-10-18Enable battery charging detection for iBasso DX50/DX90.Udo Schläfer3-5/+30
2014-10-08YH820/YH92X: Properly enable morse input.Szymon Dziok3-0/+9
2014-10-03Samsung yh820/yh92x: add HID keymaps.Szymon Dziok3-2/+3
2014-10-02YH920: fix the battery capacity.Szymon Dziok1-3/+3
2014-10-02ipod6g, ata: Fix audio drop off while waiting for ata not busynialv71-0/+3
2014-10-02iPod Classic: Fix bidirectional clickwheel communication.Steffen Butzer1-4/+1
2014-09-29Fix compilation on amsv1.Michael Giacomelli1-0/+2
2014-09-28Add various additional AS3525v2 SOC voltages to the debug screen.Michael Giacomelli1-2/+41
2014-09-28Don't enable the current sink for the Clip Zip backlight until its actually n...Mihail Zenkov1-5/+4
2014-09-28Make sure the USB PHY is disabled after use. Patch by Mihail Zenkov who hasMihail Zenkov1-0/+6
2014-09-22iPod Classic: Fix several ATA driver bugs.Michael Sparmann1-51/+108
2014-09-21unicode: Fix getle16 and getbe16nialv71-2/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen25-9/+4005
2014-09-15Fix path_trim_whitespace() sign extension.Michael Sevakis1-7/+10
2014-09-08Fuze+: add a configurable deadzone area for touchpad buttonsAmaury Pouly3-28/+47
2014-09-05optimize WSPLL work for iriver h100 and h300 seriesDmitry Gamza1-8/+40
2014-09-02Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis1-38/+31
2014-09-01Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis1-3/+6
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis5-88/+0
2014-08-30Get the last errors I hope!Michael Sevakis1-0/+14
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis7-10/+32
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