summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/rk27xx
AgeCommit message (Expand)AuthorFilesLines
2021-03-27rk27xx: Take advantage of STORAGE_NEEDS_BOUNCE_BUFFERSolomon Peachy2-0/+10
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy1-6/+0
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy1-15/+0
2020-10-13Fix more red.Solomon Peachy1-2/+4
2020-10-13fix more yellowSolomon Peachy1-1/+3
2020-10-08Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build.Solomon Peachy1-2/+2
2020-07-15rk27xx: rename 'start' to '__start'Solomon Peachy3-5/+5
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy17-502/+1662
2017-10-26Fix a few missed things in 16454efc (and hopefully clear the red).Michael Sevakis1-0/+27
2017-10-26Unify storage threads into oneMichael Sevakis1-118/+69
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat2-8/+8
2014-11-29rk27xx: sd: properly align buffer used for DMA transfers.Andrew Ryabinin2-4/+25
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-29/+23
2014-08-16Fix warnings from 6ed0087Michael Sevakis1-18/+22
2014-01-10rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat2-9/+40
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz3-1/+5
2013-12-16Introduce IHIFI760/960 targets.Andrew Ryabinin10-1/+536
2013-12-16rk27xx: Fix ifdef for DEBUG_CANCEL button.Andrew Ryabinin1-1/+1
2013-11-23rk27xx: small cleanup of crt0.SMarcin Bukat1-10/+1
2013-11-05ma8/ma9: Cleanup - fix tabs, remove unused defines.Andrew Ryabinin1-60/+56
2013-11-05Introduce HiFi E.T. MA8/MA8C ports.Andrew Ryabinin3-3/+6
2013-11-05ma9: Slightly change df1704 driver API.Andrew Ryabinin1-5/+5
2013-11-05Introduce HiFi E.T. MA9C port.Andrew Ryabinin4-3/+84
2013-11-05ma9: Fix 'always load OF' bug in bootloader.Andrew Ryabinin1-0/+1
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis2-5/+5
2013-08-11Revert "rk27xx: implement usb driver"Amaury Pouly2-443/+285
2013-08-06rk27xx: implement usb driverMarcin Bukat2-285/+443
2013-06-27Move load_firmware() to separate fileMarcin Bukat1-36/+36
2013-05-11rk27xx: Use DMA for lcd_update_rect()Marcin Bukat4-101/+58
2013-05-11rk27xx: Slightly refactor lcd_set_gram_area()Marcin Bukat5-39/+46
2013-05-11rk27xx: Decide lcd databus width at compile timeMarcin Bukat2-18/+13
2013-05-09hm60x: Implement lcd_enable() for v2 display.Andrew Ryabinin1-0/+25
2013-05-08hm60x: Implement lcd_update_rect for v2 display.Andrew Ryabinin1-12/+19
2013-05-06Introduce HiFi E.T MA9 port.Andrew Ryabinin13-2/+682
2013-04-12rk27xx: avoid one multiply in udelay() as pointed by kugelMarcin Bukat1-1/+8
2013-04-12rk27xx: make udelay() more accurateMarcin Bukat1-8/+2
2013-04-11fix yellowMarcin Bukat1-1/+2
2013-04-11rk27xx: implement radio supportAmaury Pouly3-0/+97
2013-04-09rk27xx: fix i2c driverMarcin Bukat1-20/+32
2013-04-04Fix identations.Andrew Ryabinin3-15/+15
2013-04-04rk27xx: Correct comment about i2c divider calculationMarcin Bukat1-7/+8
2013-03-25rk27xx: Add E & F gpio ports to debug info.Andrew Ryabinin1-0/+4
2013-03-25hm60x: Add lcd type information to debug info.Andrew Ryabinin3-5/+13
2013-03-04rk27xx: fix usb logfAmaury Pouly1-0/+5
2013-03-04rk27xx: add memmap to debug screenAmaury Pouly1-0/+32
2013-02-16hm60x: Fix white screen bug.bootloader_hifimanhm60x_v4Andrew Ryabinin1-0/+11
2013-02-12rk27xx: do not disable irq in commit_discard_dcache_range()Marcin Bukat1-4/+0
2013-02-01rk27xx: Increase timeout for sd card initialization. 1 sec isn't enough in so...Andrew Ryabinin1-2/+4
2013-01-12rk27xx: slightly optimize commit_discard_dcache_range()Marcin Bukat1-6/+5
2013-01-11rk27xx: optimize irq_handler()Marcin Bukat1-18/+13