summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-08-12jz4760: Use HW timer for more a more accurate udelay()Solomon Peachy1-0/+29
2020-08-12xduoox3: Fix build when disabling adjustable cpu freqSolomon Peachy1-4/+3
2020-08-09Enable full sample rate sets for X3ii, X20, and RockerSolomon Peachy3-0/+12
2020-08-09Fix HOME_DIR path for Rocker, X3ii, and X20Solomon Peachy2-2/+4
2020-08-09Un-hardcode 44.1KHz settings from ALSA and iBasso PCM codeSolomon Peachy2-14/+12
2020-08-08jz4760: Move 11/22/44/88KHz back onto the PLLSolomon Peachy1-8/+16
2020-08-08ROLO - Enable multiboot firmwareWilliam Wilgus2-1/+15
2020-08-07jz4760: Major clocking improvements for audio PLLSolomon Peachy1-37/+55
2020-08-07jz4760: Support dynamic reclocking!Solomon Peachy3-25/+66
2020-08-07jz4760: Fixes in PLL calculation and reportingSolomon Peachy3-14/+12
2020-08-07xduoox3: Enable HAVE_PLAY_FREQSolomon Peachy1-0/+1
2020-08-07xduoox3: Set PLL0 to 480MHz, not 492.Solomon Peachy2-2/+2
2020-08-07jz4760: Don't enable PLL1 until we need audio.Solomon Peachy2-29/+48
2020-08-07jz7460: debugging improvementsSolomon Peachy1-15/+14
2020-08-06FS#9295: Detect external power supply for ipod 1st & 2nd gen (Mark Fawcus)Solomon Peachy2-3/+3
2020-07-28imx233: rtc: generalize PERSISTENT0 fixMoshe Piekarski1-1/+4
2020-07-28Fix IPod 3G USB Recognition ProblemMichaelRey1-5/+11
2020-07-28FS#8778: Fix iPod 1G scroll wheel not being enabled (Mark Fawcus and Rune Pade)Solomon Peachy3-5/+5
2020-07-27imx233: rtc: Initialize PERSISTENT0 registerMoshe Piekarski1-0/+1
2020-07-24Fix two variable-set-but-not-used warningsSolomon Peachy1-0/+4
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy117-322/+203
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy111-392/+208
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy13-2305/+4
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy129-15864/+19
2020-07-16storage: Clean up storage_xxxx macros when STORAGE_MULTI is not setSolomon Peachy1-16/+17
2020-07-15imx233: rtc: Explicitly clear the soft reset bit when initializingSolomon Peachy1-0/+2
2020-07-15rk27xx: rename 'start' to '__start'Solomon Peachy3-5/+5
2020-07-15mips: Adjust stack sizesSolomon Peachy2-4/+4
2020-07-15Buflib_init Bugfix MinsizeWilliam Wilgus1-0/+6
2020-07-14Enabled hotkey for Sansa Clip playersIgor B. Poretsky4-4/+4
2020-07-11ATA: Make sure "hard disk" supports power managementSolomon Peachy1-0/+5
2020-07-11fat: Validate FS Info Sector signature when attempting to mount volumeSolomon Peachy1-0/+11
2020-07-09Update to allow the Apple Radio Remote to function on iPod Video 5G.LiveboxAndy1-17/+59
2020-07-09add some documentation in usb.h and usb_drv.hAmaury Pouly2-0/+39
2020-07-09FS#12082: Add Tuner support to the Nano2G (Bertrik Sikken)Solomon Peachy2-5/+5
2020-07-08ATA: In picking PIO modes, word 64 is only valid if word 53 bit 1 is set.Solomon Peachy1-5/+6
2020-07-07yp-r1: Fix some of the simulator build issues.Solomon Peachy1-17/+25
2020-07-07yp-r0: Silence a build warning in simulator build.Solomon Peachy1-1/+2
2020-07-07Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip accessLorenzo Miori5-107/+144
2020-07-07Samsung YP-R0: fix simulator buildLorenzo Miori1-0/+2
2020-07-06sdl: Get rid of duplicate instantiation of 'button_queue'Solomon Peachy1-4/+0
2020-07-05portalplayer: Fix three set-but-not-used warnings.Solomon Peachy2-1/+7
2020-07-05imx31: Fix regression in bootloader caused by cd9906Solomon Peachy1-1/+1
2020-07-05imx233: Fix bootloader link regression caused by cd9906Solomon Peachy1-2/+2
2020-07-05arm: Fix PortalPlayer linker scripts with binutils 2.21+Solomon Peachy5-7/+7
2020-07-03ARM: Rejigger the asm corelock functionsSolomon Peachy1-34/+37
2020-06-30Try mounting as "superfloppy" firstMoshe Piekarski1-35/+37
2020-06-30Also remove the fat_partition_types array.Moshe Piekarski1-11/+0
2020-06-30Allow any partition type, not just known FAT types.Moshe Piekarski1-3/+2
2020-06-27button: allow disabling software poweroffFranklin Wei2-1/+20