summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/i2c-pp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo1-0/+7
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-1/+2
2009-05-21Move private #defines from i2c-pp.h to i2c-pp.cBertrik Sikken1-0/+11
2009-05-21Remove some unused declarationsBertrik Sikken1-0/+1
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo1-0/+30
2009-02-13FS#9865 - For Portalplayer i2c, read up to 4 bytes at a time instead of one a...Mark Arigo1-22/+46
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman1-1/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo1-1/+1
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken1-1/+1
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-6/+6
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-1/+1
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis1-2/+1
2007-11-12Portal player i2c driver: More struct spinlock phaseout.Michael Sevakis1-8/+17
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell1-1/+2
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-8/+8
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo1-0/+17
2007-05-17Change i2c config on e200. Seems to speed things up somewhat.Michael Sevakis1-0/+5
2007-04-30Speed up Portal Player i2c driver. It suffered the same priority inversion pr...Michael Sevakis1-8/+9
2007-01-27More PortalPlayer I2C unification workDaniel Ankers1-5/+1
2007-01-27Unify I2C driver for all PortalPlayer targetsDaniel Ankers1-0/+208