summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08lcd: Wrap anonymous union initializer in bracesFranklin Wei1-1/+3
2020-11-29FS#5320: Keypad hold doesn't let go until scrolling is used (ipod 4g/5g)Solomon Peachy1-0/+8
2020-11-22rockbox: move firmware checksum algorithms into a common headerJames Buren2-10/+44
2020-11-18hosted: Improve buffer underrun handling in the ALSA driverSolomon Peachy4-19/+66
2020-11-18configure: Add prompt for USB Serial into the advanced modeSolomon Peachy1-0/+2
2020-11-17usb: increase the stack size.Solomon Peachy1-1/+1
2020-11-16FS13257: Fix inconsistent defaults in the USB mode selectionSolomon Peachy2-3/+11
2020-11-16iriver_flash: update valid bootloaders tableJames Buren1-1/+1
2020-11-14Remove some SWCODEC artifactsMoshe Piekarski1-3/+0
2020-11-14rockbox: revise charger_inserted and power_input_present functionsJames Buren1-2/+12
2020-11-13ibasso: Hopefully hack usb into building again.Solomon Peachy4-10/+14
2020-11-13ibasso: Fix red introduced in 60f581eSolomon Peachy1-0/+1
2020-11-13usb: Add ability to prompt user about what to do upon usb insertionSolomon Peachy4-38/+74
2020-11-13h300, Others Bugfix Bootloader backlight_init()William Wilgus1-60/+40