summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2010-04-27as3525(v2): Add a somewhat inaccurate udelay (-0.5/+1.0µs). It should work g...Thomas Martitz
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré
2010-04-26as3525v2: fix volume setting (can now go very low)Rafaël Carré
2010-04-26as3514: detail bit of AS3543_DAC_IFRafaël Carré
2010-04-26as3514: no need to cache volumeRafaël Carré
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-04-26Fuzev2: button_read_dbop() doesn't existRafaël Carré
2010-04-26Fuzev2: fix screen corruptionRafaël Carré
2010-04-26remove some useless linesNils Wallménius
2010-04-25Fix yellowsThomas Martitz
2010-04-25Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effe...Thomas Martitz
2010-04-25DM320 UART: Enable clock in UART module since it will not be done in system i...Karl Kurbjun
2010-04-25M:Robe 500 Power: Update battery Curve and simplify calculations.Karl Kurbjun
2010-04-25M:Robe 500 USB: Go back to OF timings for upcoming clock changesKarl Kurbjun
2010-04-23Gigabeat S: All the target backlight functions are currently called on the ba...Michael Sevakis
2010-04-23i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis
2010-04-23i.MX31: Add some enums and a couple helper functions to make dealing with pin...Michael Sevakis
2010-04-22dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly
2010-04-22ata-sd-pp: reduce size of the buffer used to switch bank, no functional chang...Amaury Pouly
2010-04-18Sansa as3525: Add missing lcd-clip.h header file to sansa clip lcd drivers. S...Bertrik Sikken
2010-04-18Clean up IAP / ipod remote tuner a bit.Bertrik Sikken
2010-04-18Use boolean instead of int for keeping track of mutex signalled state and wak...Bertrik Sikken
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken
2010-04-18Add the guard where it should be used. The net effect is zero now but it migh...Alexander Levin
2010-04-18Fix red from r25666 (forgot to use macro to not use core variable on single c...Michael Sevakis
2010-04-18Threads of PRIORITY_REALTIME and above are no longer subject to being switche...Michael Sevakis
2010-04-17Use a more natural guard for the callback definitionAlexander Levin
2010-04-16Cleanup thread_entry definition a bit. Reorder members so that related ones a...Thomas Martitz
2010-04-16Convert macro to inline function and move it into .c file.Thomas Martitz
2010-04-16Use API call instead of accessing a global variable for receiving the current...Thomas Martitz
2010-04-16workaround DBOP noise issue on C200v2 cause it's really annoying if your butt...Tobias Diedrich
2010-04-14Make builds with MAX_PHYS_SECTOR_SIZE defined (ipod video) work with larger s...Torne Wuff
2010-04-13s3c2440: fix a typo, 4|1 == 5, not 0x41Rafaël Carré
2010-04-13Enable SW tone control on gigabeat S, since HW tone controls for its DAC are ...Torne Wuff
2010-04-13Fix minor mistake in tone control code: UDA1341 was added to the wrong part o...Torne Wuff
2010-04-13Fuzev2: USB detection isn't reliable in factRafaël Carré
2010-04-13fuzev2: remove some delays from button driverRafaël Carré
2010-04-13Fuzev2: removed a useless GPIO op, add some whitespaceRafaël Carré
2010-04-13Fuzev2: simplify button_read_device()Rafaël Carré
2010-04-13s5l870x / ipod nano2g: include common mmu-arm.hRafaël Carré
2010-04-13s5l870x : use mmu-arm.SRafaël Carré
2010-04-13Move CACHEALIGN_BITS to cpu headersRafaël Carré
2010-04-13s3c2440/system-target.h : CRLF -> LFRafaël Carré
2010-04-13mmu-armv6: comment out invalidate_dcache_range()Rafaël Carré
2010-04-13mmu-arm.S: comment out dump_dcache_range()Rafaël Carré
2010-04-13mmu-arm.S: disable MMU functions on CPUs which don't use themRafaël Carré
2010-04-13mmu-arm.S: Use correct implementations on arm926ej-s CPUsRafaël Carré
2010-04-13mmu-arm* : cpucache_invalidate() needs to be in IRAM for roloRafaël Carré
2010-04-13mmu-arm (v4/v5) : fix previous commit, clean/invalidate correctly the first s...Rafaël Carré