summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/ssp-imx233.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-26imx233: always start SSPCLK before ungating the spp blocksAmaury Pouly1-9/+15
2013-08-21imx233: fix drive strength for sd/mmcAmaury Pouly1-29/+32
2013-06-17imx233: fix ssp for stmp3600 and stmp3700Amaury Pouly1-0/+45
2013-06-17imx233: improve sspAmaury Pouly1-11/+10
2013-06-17imx233: normalise clkctrlAmaury Pouly1-11/+8
2013-06-17imx233: introduce virtual pins to simplify pin setupAmaury Pouly1-41/+40
2013-06-17imx233: enhance pinctrl irq with user pointerAmaury Pouly1-21/+10
2013-06-17imx233: normalise pinctrl namesAmaury Pouly1-36/+36
2013-06-16imx233: rewrite dma using new register headersAmaury Pouly1-7/+4
2013-06-16imx233: rewrite ssp using new register headersAmaury Pouly1-56/+58
2012-12-29Fix copyright headersAmaury Pouly1-4/+1
2012-05-20imx233: make sure dma descriptors are cache friendlyAmaury Pouly1-1/+5
2012-05-19imx233: completely rework the sd driverAmaury Pouly1-3/+37
2012-05-19imx233: move icoll stuff to its own fileAmaury Pouly1-1/+1
2012-05-19imx233: fix clkctrl namingAmaury Pouly1-7/+7
2012-05-10imx233: add pinctrl debug code to track pin usesAmaury Pouly1-3/+11
2011-12-15imx233/fuze+: add support for sd card, enable FAT16 support because it's comm...Amaury Pouly1-25/+16
2011-09-13imx233/fuze+: reset ssp block correctly, define maximum ssp transfer sizeAmaury Pouly1-2/+1
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-1/+0
2011-07-22imx233/fuze+: add SD detection supportbootloader_ams_v4Amaury Pouly1-16/+86
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly1-0/+4
2011-07-02imx233/fuze+: simplify ssp pin codeAmaury Pouly1-29/+4
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly1-22/+39
2011-06-17fuze+: add more clocking code, add dma code, add ssp code, add stub usb code,...Amaury Pouly1-0/+307