summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/sansa-fuzeplus
AgeCommit message (Expand)AuthorFilesLines
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 Pouly3-1/+38
2012-08-31fuze+: use safer battery shutoff and dangerous levelsAmaury Pouly1-2/+2
2012-08-30fuze+: battery calibrationAmaury Pouly1-6/+6
2012-05-19imx233: fix clkctrl namingAmaury Pouly1-4/+4
2012-05-19fuze+: fix lcd_on comment and storage qualifierAmaury Pouly1-1/+1
2012-05-19imx233: rework adc battery temperature sensor handlingAmaury Pouly2-3/+11
2012-05-12fuze+: add RDS supportAmaury Pouly1-0/+60
2012-05-10imx233: add pinctrl debug code to track pin usesAmaury Pouly5-2/+20
2012-05-08fuze+: don't touch B1P{22,24} in lcd code since these are used by the tunerAmaury Pouly1-4/+3
2012-03-17imx233/fuze+: rework lradc/adc code, add external temperature sensing(battery)Amaury Pouly2-5/+10
2012-03-15fuze+: add unknown channel to debug menuAmaury Pouly2-1/+4
2012-03-15imx233/fuze+: rework i2c and fmradio_i2c initAmaury Pouly2-9/+3
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-4/+4
2012-02-05fuze+: the radio chip needs a few milliseconds to power upAmaury Pouly1-0/+2
2012-02-04Fix Fuze+ bootloader redBoris Gjenero1-0/+2
2012-02-03imx233/fuze+: fix a typo, handle volume differently because of the line1/dac ...Amaury Pouly1-2/+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-02-01fuze+: pin B1P30 is volume down key and has no relation with SDAmaury Pouly1-1/+5
2012-02-01imx233/fuze+: set a few recommended power bits by Freescale, remove some unee...Amaury Pouly3-1/+22
2012-01-27fuze+: change rendering scheme, do not rely on generic framebuffer and implem...Amaury Pouly2-30/+259
2012-01-15fuzeplus: fix lcd-target.h (LCD_FRAMEBUF_ADDR must point to lcd_framebuffer a...Amaury Pouly1-1/+1
2012-01-08fix fuze+ build: we need stdbool.h for boolRafaël Carré1-0/+1
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-7/+0
2012-01-07fuze+: workaround the power/volume+ multiplexing that would trigger a false p...Amaury Pouly1-4/+18
2012-01-04imx233: move dbg function declaration to system-target.hRafaël Carré1-1/+0
2011-12-26fuze+: remove two_finger pseudo touchpad button because it was unrealiable, u...Amaury Pouly2-43/+6
2011-12-24imx233/fuze+: implement power management(battery charger), add powermgmt debu...Amaury Pouly2-0/+94
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2-82/+35
2011-12-13imx233: add comment about block resetAmaury Pouly1-6/+7
2011-11-30fuze+: update keymap and touchpad driver based on FS#12405 with minor modific...Amaury Pouly2-30/+80
2011-11-17imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight o...Amaury Pouly1-0/+1
2011-11-17fuze+: adjust touchpad sensitivity based on product id like OF, add debug scr...Amaury Pouly3-6/+16
2011-11-14imx233: remove virtual 5V channel (value doesn't make sense), fix battery con...Amaury Pouly1-2/+2
2011-11-14imx233: add automatic battery conversion using delay channel, make 5V a virtu...Amaury Pouly1-2/+2
2011-11-14fuze+: fix backlight to have a real zeroAmaury Pouly1-1/+2
2011-11-14fuze+: fix backlight calculationsAmaury Pouly1-0/+1
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-11-02fuze+: use macro and add a few staticAmaury Pouly1-4/+4
2011-10-27fuzeplus: rework button handling to use a queue instead of a blocking semapho...Amaury Pouly1-5/+23
2011-10-23fuze+: fix typo and remove ugly logf constructAmaury Pouly1-4/+2
2011-10-18imx233/fuze+: implement pcm out and audio codec, update SOURCESAmaury Pouly1-0/+2
2011-10-18fuze+: fix bootloader not set backlight brightnessAmaury Pouly1-2/+0
2011-10-02fuze+: implement basic touchpad driverAmaury Pouly1-2/+92
2011-10-02fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly1-3/+3
2011-09-25imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly2-4/+1