summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/system-imx233.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Fix sim redAmaury Pouly1-1/+1
2013-10-22imx233/system: don't do frequency management on < stmp3780, it's not workingAmaury Pouly1-0/+6
2013-09-25imx233: always boost in bootloaderAmaury Pouly1-2/+7
2013-09-18imx233: fix block reset codeAmaury Pouly1-0/+5
2013-08-22imx233: always set VDDIO to 3.3VAmaury Pouly1-0/+2
2013-07-07imx233: rework power managementAmaury Pouly1-0/+2
2013-07-02imx233: fix emi frequency scalingAmaury Pouly1-3/+3
2013-06-17imx233: fix system for stmp3600 and stmp3700Amaury Pouly1-0/+15
2013-06-17imx233: normalise clkctrlAmaury Pouly1-25/+23
2013-06-16imx233: rewrite digctl using new register headersAmaury Pouly1-12/+10
2013-06-16imx233: rewrite clkctrl using new register headersAmaury Pouly1-1/+1
2013-01-13imx233: rework frequency scalingAmaury Pouly1-69/+71
2013-01-10imx233: modify arm cache timings on frequency switchAmaury Pouly1-0/+12
2013-01-10imx233: implement emi frequency scaling (disabled by default)Amaury Pouly1-0/+21
2012-12-29imx233: correctly restore auto slow on cpu frequency changeAmaury Pouly1-1/+2
2012-12-29imx233: move power init to system initAmaury Pouly1-4/+11
2012-12-29Fix copyright headersAmaury Pouly1-1/+1
2012-12-26imx233: rework cpu frequency scalingAmaury Pouly1-8/+23
2012-09-04imx233: properly disable frequency scaling for nowAmaury Pouly1-2/+0
2012-09-04imx233: disable cpu frequency scalingAmaury Pouly1-0/+3
2012-08-31fix commentAmaury Pouly1-2/+2
2012-08-30fix commentAmaury Pouly1-1/+1
2012-08-30fix redAmaury Pouly1-2/+0
2012-08-30fix redAmaury Pouly1-1/+0
2012-08-30imx233: implement basic frequency scaling and enable auto-slowAmaury Pouly1-9/+45
2012-05-21imx233: enable PLL on startupAmaury Pouly1-0/+1
2012-05-20zenxfi2: add fmradio i2c glueAmaury Pouly1-2/+2
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly1-1/+2
2012-05-19imx233: fix compilation for target with HAVE_BUTTON_DATA definedAmaury Pouly1-0/+7
2012-05-19imx233: add pwm driverAmaury Pouly1-0/+2
2012-05-19imx233: move icoll stuff to its own fileAmaury Pouly1-120/+2
2012-05-19imx233: move rtc init from drivers/ to firmware/Amaury Pouly1-0/+2
2012-03-17imx233/fuze+: rework lradc/adc code, add external temperature sensing(battery)Amaury Pouly1-0/+2
2012-03-15imx233/fuze+: rework i2c and fmradio_i2c initAmaury Pouly1-0/+5
2012-02-05imx233: add audioin init code, add adc dma interrupts, fix register definesAmaury Pouly1-0/+4
2012-01-15imx233: add DCP driver (only memcpy implemented), move channel arbiter to ker...Amaury Pouly1-0/+4
2012-01-08fix previous commitRafaël Carré1-1/+1
2011-11-17imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight o...Amaury Pouly1-1/+2
2011-10-18imx233/fuze+: fix typo and add dac dma/error interruptsAmaury Pouly1-1/+5
2011-09-14imx233/fuze+: implement usb enableAmaury Pouly1-0/+22
2011-09-13imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on bo...Amaury Pouly1-4/+24
2011-09-06imx233/fuze+: implement user time api, implement a stub function, protect tim...Amaury Pouly1-0/+6
2011-09-05imx233:fuze+: major memory and usb reworkAmaury Pouly1-4/+4
2011-07-23imx233/fuze+: prepare target to enable MMUAmaury Pouly1-8/+19
2011-07-22imx233/fuze+: implement gpio interruptsAmaury Pouly1-0/+6
2011-07-09imx233/fuze+: make SOURCES more correct, implement i2c for fmradioAmaury Pouly1-2/+0
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly1-1/+9
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly1-1/+28
2011-06-17fuze+: add more clocking code, add dma code, add ssp code, add stub usb code,...Amaury Pouly1-0/+12
2011-05-04fuze+: move defines from .c to .h; implement button reading for volume up/dow...Amaury Pouly1-24/+0