summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2017-09-06fix yellowsAmaury Pouly1-1/+0
2017-09-06Add support for Sony NW-A20Johannes Rauh2-0/+18
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly46-26/+5095
2017-08-27zen/zenxfi: always set EMI frequency to 130MHzAmaury Pouly1-4/+7
2017-08-27imx233: fix potential bug in udelayAmaury Pouly1-1/+3
2017-08-27zen/zenxfi: increase LCD clock frequencyAmaury Pouly1-1/+1
2017-08-27imx233: update comment about vbusvalidAmaury Pouly1-2/+3
2017-08-27zen/zenxfi: fix backlight white flash on backlight onAmaury Pouly1-9/+7
2017-08-16Fix stupid omissionFranklin Wei1-1/+0
2017-08-16Remove mutex_* calls from the MR:500 SPI driverFranklin Wei1-6/+0
2017-08-10Remove bad mutex lock/unlock from tcc780x SD driverFranklin Wei1-4/+0
2017-08-10Remove bad mutex_* calls in telechips i2c driverFranklin Wei1-7/+0
2017-07-31fix yellowAmaury Pouly1-1/+0
2017-07-31imx233: fix horrible bug in linreg offset calculationAmaury Pouly1-2/+2
2017-07-31imx233: don't print stmp3780 debug info on stmp3700Amaury Pouly2-3/+5
2017-07-27Fix arm memset() handling of negative argumentsFranklin Wei1-0/+1
2017-06-14Slightly increase CVDD2 on AMSv2.Michael Giacomelli1-2/+2
2017-05-16imx233: fix touchscreen driverAmaury Pouly2-7/+31
2017-05-16Fix YP-Z5 plugin/codec buffer sizeAmaury Pouly1-2/+2
2017-05-16Samsung YP-Z5: keypad adaption to the new button APILorenzo Miori2-22/+20
2017-05-16zenxfi3,fuzeplus: disable AB repeat (not enough keys)Amaury Pouly2-3/+4
2017-04-21RDS: Fix a few goofs in the unicode tableMichael Sevakis1-3/+3
2017-04-19RDS on Samsung YPR0: Make compatible with RDS changesMichael Sevakis1-3/+8
2017-04-16ipod6g: some fixes for recordingCástor Muñoz2-8/+51
2017-04-13Optimize lld_remove() a bitMichael Sevakis1-7/+5
2017-04-08Fix some problems with playback crashingMichael Sevakis1-0/+4
2017-03-21Dircache: Improve freed name memory recallocationMichael Sevakis1-26/+36
2017-03-21Avoid having to wait for dircache builds if shut down too soonBoris Gjenero1-4/+6
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis16-92/+117
2017-03-12Dircache: Refine name allocation and error handling.Michael Sevakis3-35/+49
2017-03-08Fix a couple dircache oopsies.Michael Sevakis1-2/+7
2017-03-03ipod6g: rename some target filesCástor Muñoz14-44/+44
2017-02-14Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis2-21/+15
2017-02-12Forgot to remove unused RDS buffers from the ipod remote tuner.Michael Sevakis1-6/+2
2017-02-11Fix warnings and errors from fc9695eMichael Sevakis1-0/+2
2017-02-11Improve radio RDS driver and frameworkMichael Sevakis22-324/+493
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis6-86/+184
2017-02-09ipod6g: bootloader v1bootloader_ipod6g_v1Cástor Muñoz5-32/+118
2017-02-07Slightly increase CVDD1 for Clip ZipMihail Zenkov1-1/+1
2017-02-07Add some comments about the behavior of a couple path functions.Michael Sevakis1-0/+15
2017-02-06Make sure dircache resolves outstanding references on volume root.Michael Sevakis1-0/+1
2017-02-06Fix a bug in disk.c that really wasn't affecting anything.Michael Sevakis1-8/+3
2017-02-04Fix dangerous castsAmaury Pouly6-11/+12
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-0/+9
2017-02-04zen/zenxfi: adjust maximum emi voltageAmaury Pouly1-2/+2
2017-02-04zenmozaic: adjust button voltageAmaury Pouly1-1/+1
2017-02-04imx233: remove weak attribute on some functionsAmaury Pouly4-15/+13
2017-02-04nano2g: fix dangerous mutex in hold switchCástor Muñoz1-2/+2
2017-02-03Improve code for gmtime_r()Michael Sevakis1-68/+86
2017-02-02In queue_wait_w_tmo, guarantee wait durationMichael Sevakis2-22/+41