summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-09si4700: fix typoRyan Hitchman1-2/+2
2012-12-099 segment bitmap drawing:Jonathan Gordon1-0/+45
2012-11-09Fix uninitialized variable in decoding of RDS radio textBertrik Sikken1-1/+1
2012-07-11rk27xx codec: simplify startupMarcin Bukat1-9/+7
2012-07-10rk27xx codec: Fix volume settingMarcin Bukat1-7/+12
2012-05-31Fix redAmaury Pouly1-0/+1
2012-05-31rds: implement more robust PS/RT parsingAmaury Pouly1-19/+32
2012-05-28ypr0: This patch adds radio support to Samsung YP-R0Lorenzo Miori1-0/+5
2012-05-27zenxfi3: RTC is used in same was as in fuze+, using seconds-since-1970 plus a...Bertrik Sikken1-6/+6
2012-05-19Add identify() call to reset proceduresJonas Wielicki1-27/+35
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly1-0/+30
2012-05-19Add stub STFM1000 tuner driverAmaury Pouly1-0/+49
2012-05-19Add the MPR121 (touchbutton chip) driverAmaury Pouly1-0/+350
2012-05-19imx233: move rtc init from drivers/ to firmware/Amaury Pouly1-1/+1
2012-05-19Fix a drawing bug where rectangles stop drawing too early.Michael Sevakis1-4/+4
2012-05-19Player LCD: Map several punctuation characters in the U+20xx rangeJens Arnold1-0/+36
2012-05-08Remove STATICIRAM hackNils Wallménius1-6/+6
2012-05-08Fix test fat failing on 64bit system (second bit of FS#12646)Marcin Bukat1-31/+31
2012-05-06Remove extraneous parensRafaël Carré1-2/+2
2012-04-17as3514 rtc: sansa clip zip uses 1970/1/1 base date instead of special AS3525v...Bertrik Sikken1-2/+6
2012-04-15FS#10345 - Gigabeat: Switch volume buttons in Upside Down modeBertrik Sikken1-2/+4
2012-04-11si4700 tuner: fix power consumption issue caused by ill-defined power state a...Bertrik Sikken1-0/+4
2012-04-09si470x tuner: remove obsolete handling of special value 2 for RADIO_SLEEPBertrik Sikken1-3/+1
2012-04-02Call tuner_power(true) from the correct place for lv24020lp.Frank Gevaerts1-3/+1
2012-03-20Remove left-over debug statement (oops).Thomas Martitz1-1/+0
2012-03-20lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz3-224/+116
2012-03-20Refactor lcd_clear_viewport().Thomas Martitz3-100/+84
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-5/+9
2012-03-13Convert IMX233 RTC driver (used in fuze+) to use mktime and gmtimeBertrik Sikken1-110/+10
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken1-111/+16
2012-03-01lcd drivers: split lcd_gradient_rect so it is actually usefulJonathan Gordon1-14/+46
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon1-0/+8
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon10-78/+84
2012-02-25radio: include power.h in drivers for tuner_power()Amaury Pouly3-0/+3
2012-02-25Move radio power handling from apps/ to drivers.Amaury Pouly7-34/+39
2012-02-18rds: add basic RDS clock-time supportBertrik Sikken1-0/+47
2012-02-16rds: make programme identification (pi) decoding safer, show pi in the debug ...Bertrik Sikken1-6/+10
2012-02-03imx233/fuze+: fix a typo, handle volume differently because of the line1/dac ...Amaury Pouly1-3/+1
2012-02-01fuze+: use the si4700 internal oscillator and set a pin on power down (seems ...Amaury Pouly1-1/+2
2012-01-25WM8750: Extend recording gain range.Marcin Bukat1-15/+55
2012-01-22Fix incomplete comment.Thomas Martitz1-2/+2
2012-01-08adc-as3514.c : move to driversRafaël Carré1-0/+67
2012-01-08ascodec-target.h: removeRafaël Carré1-4/+6
2012-01-07cowond2's power-target.h -> rename in pmu-target.hRafaël Carré1-1/+1
2012-01-05Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis1-1/+12
2012-01-04android: move pcm_shutdown() to audiohw_close() now that it's properly called...Thomas Martitz1-1/+5
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-0/+5
2011-12-31usb-target.h: removeRafaël Carré1-1/+0
2011-12-31creative zvm isp1583 defines: move to isp1583.hRafaël Carré1-0/+9
2011-12-31imx233/fuze+: implement rtc (time only, alarm still to implement)Amaury Pouly1-4/+138