summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/sansa-fuzeplus
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-13imx233/fuze+: implement various audio stubs and update sourceAmaury Pouly1-0/+35
2011-09-13imx233/fuze+: implement lradc function and adc on top of itAmaury Pouly2-0/+72
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 Pouly5-19/+100
2011-07-09imx233/fuze+: make SOURCES more correct, implement i2c for fmradioAmaury Pouly1-0/+114
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly2-217/+199
2011-07-02imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ...Amaury Pouly1-0/+9
2011-05-13fuze+: implement a full-blown debug screen for touchpad with graphical feedbackAmaury Pouly1-28/+118
2011-05-11fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug scree...Amaury Pouly2-0/+135
2011-05-10fuze+: add init/enable/disable lcd sequences for the second lcd kind (only ba...Amaury Pouly1-2/+90