summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Gigabeat S: All the target backlight functions are currently called on the ba...Michael Sevakis1-23/+1
2010-04-23i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis20-125/+1311
2010-04-23i.MX31: Add some enums and a couple helper functions to make dealing with pin...Michael Sevakis5-281/+482
2010-04-22dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly1-1/+1
2010-04-22ata-sd-pp: reduce size of the buffer used to switch bank, no functional chang...Amaury Pouly1-3/+5
2010-04-18Sansa as3525: Add missing lcd-clip.h header file to sansa clip lcd drivers. S...Bertrik Sikken3-0/+3
2010-04-18Clean up IAP / ipod remote tuner a bit.Bertrik Sikken2-6/+5
2010-04-18Use boolean instead of int for keeping track of mutex signalled state and wak...Bertrik Sikken2-11/+11
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken1-0/+1
2010-04-18Add the guard where it should be used. The net effect is zero now but it migh...Alexander Levin1-0/+6
2010-04-18Fix red from r25666 (forgot to use macro to not use core variable on single c...Michael Sevakis1-5/+5
2010-04-18Threads of PRIORITY_REALTIME and above are no longer subject to being switche...Michael Sevakis1-10/+18
2010-04-17Use a more natural guard for the callback definitionAlexander Levin1-1/+1
2010-04-16Cleanup thread_entry definition a bit. Reorder members so that related ones a...Thomas Martitz2-10/+6
2010-04-16Convert macro to inline function and move it into .c file.Thomas Martitz2-15/+29
2010-04-16Use API call instead of accessing a global variable for receiving the current...Thomas Martitz2-14/+11
2010-04-16workaround DBOP noise issue on C200v2 cause it's really annoying if your butt...Tobias Diedrich2-1/+52
2010-04-14Make builds with MAX_PHYS_SECTOR_SIZE defined (ipod video) work with larger s...Torne Wuff1-14/+26
2010-04-13s3c2440: fix a typo, 4|1 == 5, not 0x41Rafaël Carré1-1/+1
2010-04-13Enable SW tone control on gigabeat S, since HW tone controls for its DAC are ...Torne Wuff1-0/+3
2010-04-13Fix minor mistake in tone control code: UDA1341 was added to the wrong part o...Torne Wuff1-4/+7
2010-04-13Fuzev2: USB detection isn't reliable in factRafaël Carré1-3/+1
2010-04-13fuzev2: remove some delays from button driverRafaël Carré1-7/+4
2010-04-13Fuzev2: removed a useless GPIO op, add some whitespaceRafaël Carré1-2/+3
2010-04-13Fuzev2: simplify button_read_device()Rafaël Carré2-20/+12
2010-04-13s5l870x / ipod nano2g: include common mmu-arm.hRafaël Carré3-3/+3
2010-04-13s5l870x : use mmu-arm.SRafaël Carré6-151/+31
2010-04-13Move CACHEALIGN_BITS to cpu headersRafaël Carré5-2/+7
2010-04-13s3c2440/system-target.h : CRLF -> LFRafaël Carré1-67/+67
2010-04-13mmu-armv6: comment out invalidate_dcache_range()Rafaël Carré1-0/+4
2010-04-13mmu-arm.S: comment out dump_dcache_range()Rafaël Carré1-0/+2
2010-04-13mmu-arm.S: disable MMU functions on CPUs which don't use themRafaël Carré1-12/+28
2010-04-13mmu-arm.S: Use correct implementations on arm926ej-s CPUsRafaël Carré1-22/+41
2010-04-13mmu-arm* : cpucache_invalidate() needs to be in IRAM for roloRafaël Carré2-3/+3
2010-04-13mmu-arm (v4/v5) : fix previous commit, clean/invalidate correctly the first s...Rafaël Carré1-2/+2
2010-04-13mmu-arm (v4/v5) : use one less instruction in invalidate_dcache/clean_dcacheRafaël Carré1-13/+11
2010-04-13mmu-s5l8700.S: correct a comment about segment position in index formatRafaël Carré1-2/+2
2010-04-13s5l8700 : remove some CRLF line endingsRafaël Carré2-149/+149
2010-04-13Enforce the 80-char limit to make everyone happy.Amaury Pouly1-5/+10
2010-04-13- Forget a cosmetic change.Amaury Pouly1-2/+2
2010-04-13Attempt to have a consistent coding convention in usb_core.cAmaury Pouly1-137/+124
2010-04-13Gigabeat S: Employ more accurate battery charging curve.Michael Sevakis1-2/+1
2010-04-12fix yellowRafaël Carré1-1/+7
2010-04-11Tweaking iPod Video battery configuration. Dangerous battery level is latest ...Andree Buschmann1-5/+5
2010-04-11as3525v2: only clear DIV0 bits in set_cpu_frequency() (not bit 6)Rafaël Carré1-2/+2
2010-04-11as3525v2: clarify the comment about write supportRafaël Carré1-3/+3
2010-04-11Fix an almost 3 years old bug introduced when moving the archos power handlin...Jens Arnold3-12/+0
2010-04-11as3525v2: extend a bit the delay after switching pclk/fclkRafaël Carré1-4/+4
2010-04-11Minor binsize savings.Andree Buschmann2-23/+13
2010-04-10as3525v2: set_cpu_frequency()Rafaël Carré1-7/+13