summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Fuze PLUS Fix lcd_update_rect()William Wilgus1-6/+21
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz1-0/+3
2013-09-26fuze+/zenxfi2: make sure pixclk is running before initialising lcdifAmaury Pouly1-1/+1
2013-06-18fuze+: fix lcd code which got broken in 52426d0Amaury Pouly1-1/+1
2013-06-17imx233: fix/improve lcdif for stmp3600 and stmp4700, fix driversAmaury Pouly1-205/+11
2013-06-17imx233: fix pinctrl for stmp3600 and stmp3700Amaury Pouly1-10/+11
2013-06-17imx233: normalise clkctrlAmaury Pouly1-4/+4
2013-06-17imx233: normalise pinctrl namesAmaury Pouly1-68/+68
2013-06-16imx233: rewrite pinctrl using new registersAmaury Pouly1-5/+5
2013-06-16imx233: rewrite lcdif using the new register headersAmaury Pouly1-7/+7
2013-01-12imx233: correctly send the LCD_EVENT_ACTIVATION on enableAmaury Pouly1-0/+1
2013-01-12fuze+: lcd code cleanupAmaury Pouly1-3/+1
2013-01-12fuze+: correctly handle settings (flip and invert) accross enableAmaury Pouly1-2/+34
2013-01-12imx233: enable underflow recovery in lcdif (needed for freq scale)Amaury Pouly1-0/+1
2012-12-26fuze+: fix bootloader buildAmaury Pouly1-0/+4
2012-12-26fuze+: implement lcd flip and invertAmaury Pouly1-0/+16
2012-12-26fuze+: make sure lcd is ready before chaning a registerAmaury Pouly1-0/+1
2012-12-26fuze+: add lcd debug screen (display kind)Amaury Pouly1-0/+34
2012-05-19imx233: fix clkctrl namingAmaury Pouly1-4/+4
2012-05-19fuze+: fix lcd_on comment and storage qualifierAmaury Pouly1-1/+1
2012-05-10imx233: add pinctrl debug code to track pin usesAmaury Pouly1-1/+8
2012-05-08fuze+: don't touch B1P{22,24} in lcd code since these are used by the tunerAmaury Pouly1-4/+3
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-4/+4
2012-02-04Fix Fuze+ bootloader redBoris Gjenero1-0/+2
2012-02-02fuze+: don't use the DCP to copy the framebuffer since it can yield and then ...Amaury Pouly1-2/+1
2012-02-01fuze+: check rectangle coordinates in lcd_update_rectAmaury Pouly1-0/+6
2012-01-27fuze+: change rendering scheme, do not rely on generic framebuffer and implem...Amaury Pouly1-24/+259
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis1-82/+5
2011-12-13imx233: add comment about block resetAmaury Pouly1-6/+7
2011-11-10fuze+: fix typo (mdelay vs udelay) in register read (shouldn't change anythin...Amaury Pouly1-15/+16
2011-11-07fuze+: fix typo in lcd init sequence for second lcd typeAmaury Pouly1-1/+1
2011-10-23fuze+: fix typo and remove ugly logf constructAmaury Pouly1-4/+2
2011-09-13imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !)Amaury Pouly1-2/+2
2011-09-05imx233:fuze+: major memory and usb reworkAmaury Pouly1-1/+1
2011-07-24imx233/fuze+: implement lcd_blit_yuv (untested)Amaury Pouly1-0/+74
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-3/+29
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly1-161/+189
2011-05-10fuze+: add init/enable/disable lcd sequences for the second lcd kind (only ba...Amaury Pouly1-2/+90
2011-05-02fuze+: use mdelay and not udelay in lcd sequencesAmaury Pouly1-34/+35
2011-05-01Sansa Fuze+: initial commit (bootloader only, LCD basically working)Amaury Pouly1-0/+376