aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/ingenic
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-2/+2
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-46/+3
* Tune xDMA interface slightly:Ruslan Bukin2018-04-123-111/+160
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-2/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Remove redundant cache initialization in JZ4780 SMP startup codeAlexander Kabaev2017-01-061-22/+5
* The JZ4780 I2S can feed either the internal audio codec or the HDMIJared McNeill2016-12-293-13/+80
* Do not use read-modify-write on MSC control register.Alexander Kabaev2016-12-281-14/+5
* Add driver for JZ4780 RTC device.Alexander Kabaev2016-12-242-0/+235
* Pass memattrs to fb device so that user mappings can inherit themAlexander Kabaev2016-12-231-1/+4
* o Unmute headphones on Imgtec CI20 board.Ruslan Bukin2016-12-201-1/+52
* Add jz4780 AIC (Audio Interface Controller) driver.Ruslan Bukin2016-12-203-0/+762
* Add jz4780 PDMA controller driver.Ruslan Bukin2016-12-203-0/+546
* Add support for Ingenic JZ4780 LCD controller and enable framebufferJared McNeill2016-12-203-0/+782
* Choose the closes matching divider instead of one that results in aJared McNeill2016-12-201-4/+10
* Add support for Ingenic JZ4780 SMBus controller.Jared McNeill2016-12-163-0/+579
* Apply clear_mask correctly.Ruslan Bukin2016-12-121-1/+1
* Add registers for jz4780 audio and PDMA controllers.Ruslan Bukin2016-12-092-0/+113
* Add jz4780 internal codec initialization driver.Ruslan Bukin2016-12-083-0/+379
* Add PDMA controller registers.Ruslan Bukin2016-11-211-0/+68
* Use ofw_gpiobus instead of plain gpiobus for CI20Alexander Kabaev2016-11-201-0/+10
* Bring in support for Ingenic XBurst JZ4780 andRuslan Bukin2016-11-1928-0/+7875