summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx31
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Gigabeat S: Fix the recording locking upon using it a second time.Michael Sevakis1-4/+4
2012-05-07remove debug-target.hRafaël Carré2-27/+0
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+0
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-29/+0
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-63/+56
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-4/+0
2012-01-07charging_algorithm_close() declaration has movedRafaël Carré1-1/+1
2012-01-07powermgmt-target.h: move prototypes to powermgmt.hRafaël Carré1-4/+0
2012-01-04Reorganise USB initialisation to not depend on a specific enumeration sequenc...Frank Gevaerts1-7/+0
2012-01-04imx31: move DEBUG_CANCEL definition to .cRafaël Carré2-1/+2
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-1/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré1-1/+0
2012-01-04Fix beast warning.Thomas Martitz1-1/+1
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-3/+3
2012-01-03i.MX31: need an additional ISR lockout instance when closing driver.Michael Sevakis1-1/+3
2012-01-03Gigabeat S: Dump some now-irrelevant comments.Michael Sevakis2-5/+1
2012-01-03i.MX31: Fix a couple oopses from r31528Michael Sevakis2-3/+2
2012-01-02i.MX31 - Dethreading operations continueMichael Sevakis7-153/+161
2012-01-01Gigabeat S: Revert removal of usb_plugged in r31489Michael Sevakis2-2/+8
2011-12-31usb-target.h: removeRafaël Carré2-2/+0
2011-12-31gigabeats usb-target: merge in system-target.hRafaël Carré2-43/+15
2011-12-31usb_plugged() is PP onlyRafaël Carré2-9/+3
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-1/+0
2011-12-29Forgot a "static" in r31462.Michael Sevakis1-1/+1
2011-12-29Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread.Michael Sevakis1-22/+41
2011-12-29i.MX31: Implement asynchronous version of I2C driver.Michael Sevakis2-158/+262
2011-12-29i.MX31: Some tweaks with variable declaration in SPI driver.Michael Sevakis1-19/+14
2011-12-26i.MX31: Rename somethingMichael Sevakis4-7/+7
2011-12-26i.MX31: Silly little change to enable/disable a SPIMichael Sevakis4-45/+34
2011-12-18Gigabeat S: PMIC SPI improvement and bugfixes.Michael Sevakis3-192/+128
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-12-17Try to fix r31346Bertrik Sikken1-0/+2
2011-12-17FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)Bertrik Sikken3-3/+72
2011-12-17Add const to global pointers to strings.Boris Gjenero1-1/+1
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis4-10/+10
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis2-17/+10
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis1-8/+9
2011-12-15Fix r31311 red and yellow.Michael Sevakis1-0/+3
2011-12-15Collect some of the memory frame LCD C code.Michael Sevakis2-150/+12
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis1-3/+3
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+2
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2-7/+4
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
2011-11-09Fix assembler .size directives. Currently used binutils don't complain, but 2...Boris Gjenero1-1/+1
2011-10-30Gigabeat S: Maintain power thread at realtime priority at all times so it may...Michael Sevakis1-15/+4
2011-10-17Expunge a commented #include that found its way in in r30771.Michael Sevakis1-1/+0
2011-10-17Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcode...Michael Sevakis3-100/+172
2011-10-14i.MX31 avic: Fix super-stale comment.Michael Sevakis1-3/+2
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis4-49/+40
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-15/+19