summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-04-01gigabeats: Fix hang on startup caused by a stack overflowSolomon Peachy1-1/+1
2021-04-01PP: More cache invalidation fixesSolomon Peachy1-4/+4
2021-04-01PP: Use CURRENT_CORE instead of IF_COP_CORE(CPU)Solomon Peachy1-8/+8
2021-04-01FiiO M3K: Hopefully fix the sim buildSolomon Peachy1-2/+3
2021-04-01H10 PP Crash -- FixedWilliam Wilgus2-27/+60
2021-03-28Add M3K native to the simulatorSolomon Peachy2-0/+16
2021-03-28New port: FiiO M3K on bare metalAidan MacDonald76-3/+14529
2021-03-27rk27xx: Take advantage of STORAGE_NEEDS_BOUNCE_BUFFERSolomon Peachy2-0/+10
2021-03-27Use STORAGE_NEEDS_BOUNCE_BUFFER instead of STORAGE_NEEDS_ALIGNSolomon Peachy2-3/+4
2021-03-27xduoox3ii: Wrap the remote key detection in USE_REMOTESolomon Peachy1-1/+3
2021-03-27Have FAT filesystem respect storage buffer alignment on readsAidan MacDonald1-2/+36
2021-03-25usb: implement macro for initializing USB stringsJames Buren2-25/+11
2021-03-25rk27xx: Get rid of duplicate STORAGE_WANTS_ALIGNSolomon Peachy3-6/+0
2021-03-25build: Get rid of suplerflous '-Os' references in linker callsSolomon Peachy7-12/+12
2021-03-25Revert "lcd framebuffer - Bugfix #2 ensure proper alignment"William Wilgus1-2/+1
2021-03-25lcd framebuffer - Bugfix #2 ensure proper alignmentWilliam Wilgus1-1/+2
2021-03-24Revert "lcd framebuffer - Bugfix ensure proper alignment"William Wilgus5-10/+12
2021-03-24lcd framebuffer - Bugfix ensure proper alignmentWilliam Wilgus5-12/+10
2021-03-23Add asynchronous I2C bus APIAidan MacDonald3-0/+704
2021-03-23Call powermgmt_init_target() before polling the batteryAidan MacDonald1-2/+2
2021-03-22Add new audiohw capability: POWER_MODE_CAPAidan MacDonald5-0/+39
2021-03-17xduoox3: In ROLO, allow the ADC to be shut down.Solomon Peachy1-2/+0
2021-03-15FS13274: Bump max battery capacity for iPod Videos to 3000mAhSolomon Peachy1-1/+2
2021-03-14sound: add sound_numdecimals() to round out the sound setting query APISolomon Peachy2-0/+6
2021-03-12ATA: Increase delay to power-off when device doesn't support ATA SLEEPSolomon Peachy1-4/+42
2021-03-12ipod6g: increase max battery capacityCaleb Connolly1-2/+6
2021-03-11ATA: When device doesn't support powermgmt, only gate ata sleep command.Solomon Peachy1-47/+37
2021-03-10xduoo_x3ii: Improvements in the meymappings!Solomon Peachy4-14/+52
2021-03-10fiiom3klinux: Fix a build warning.Solomon Peachy1-0/+3
2021-03-10hosted: Consolidate the code that polls the battery charging statusSolomon Peachy19-187/+80
2021-03-10usb_hid: switch Battery Strength to use feature reportsJames Buren3-47/+63
2021-03-09Move MIPS cache management functions to IRAMAidan MacDonald1-6/+14
2021-03-06usb_hid: add support for Battery StrengthJames Buren4-1/+82
2021-03-04ata: Make ata_disk_is_active() only special-case powermgmt-less devices.Solomon Peachy1-11/+12
2021-03-04Always indicate inactive ata disk if device is solid state or doesn't support...Christian Soffke1-0/+13
2021-03-04Fix typo in MIPS cache discardAidan MacDonald1-1/+1
2021-03-04mips: Revert to commiting the cache when we're told to discard an unaligned b...Solomon Peachy1-0/+16
2021-03-04rolo: use audio_hard_stop() instead of audio_stop()Solomon Peachy1-1/+1
2021-03-04Check core max allocations for valid handleWilliam Wilgus1-1/+1
2021-03-04Clean up places that use #if defined(CPU_ARM | CPU_COLDFIRE | CPU_MIPS)Solomon Peachy1-2/+1
2021-03-04ROLO check for OOMWilliam Wilgus1-0/+6
2021-03-04Third try fixing MIPS cache codeAidan MacDonald1-14/+1
2021-03-03jz4740: Fix incorrect dcache flush in the USB RX DMA code.Solomon Peachy1-2/+0
2021-03-03Really fix the MIPS cache bug this timeAidan MacDonald1-1/+1
2021-03-03ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGNSolomon Peachy3-3/+3
2021-03-03Fix MIPS cache operations and enable HAVE_CPU_CACHE_ALIGN on MIPSAidan MacDonald3-16/+29
2021-02-27Rename symbols of FiiO M3K Linux-based portAidan MacDonald8-13/+13
2021-02-27Disable UDMA 2 on iPod4G targetChristian Soffke1-2/+4
2020-12-24USB: Reset poweroff timer for all USB eventsSolomon Peachy1-0/+3
2020-12-16erosq: Enable HAVE_SCROLLWHEEL for saner scroll wheel handlingSolomon Peachy2-15/+32