aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mtk: Add printing of CPU modelWarner Losh2021-06-112-0/+2
* mtk: Initialize mask correctly.Priit Trees2021-06-111-0/+2
* mips: Fix build by using the correct device-tree include pathEmmanuel Vadot2021-01-162-2/+2
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-11/+5
* Add dwc_otg_acpiAndrew Turner2020-06-301-22/+1
* Print CPU informtion later in boot.John Baldwin2020-05-201-2/+0
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-1/+2
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-212-6/+0
* [mediatek] Add support for non-flash devices on the SPI bus of the Mediatek S...Adrian Chadd2019-05-201-40/+103
* Fix access to cpu_model[] in mtk_soc_set_cpu_model()Stanislav Galabov2018-11-191-4/+8
* Implement support for sysctl hw.model for Mediatek/Ralink SoCsStanislav Galabov2018-11-164-0/+35
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-231-1/+1
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-47/+2
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* [mips] Pin control configuration for MediaTek RT2880Michael Zhilin2017-10-312-0/+23
* [mediatek] [gpio] add PPS / interrupt support.Adrian Chadd2017-05-061-9/+113
* [mips] [rt2880] Add oldest Ralink MIPS SOC RT2880 support code.Adrian Chadd2017-05-064-2/+135
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-182-0/+4
* Use the spibus accessor when applicable.Emmanuel Vadot2016-12-122-4/+8
* Move intrng includes to the main MIPS includes file.Ruslan Bukin2016-11-191-8/+0
* Use the new ofw_bus_node_is_compatible function in the mips code.Andrew Turner2016-11-131-1/+1
* Fix device delete child function.Hans Petter Selasky2016-10-174-24/+0
* Build etherswitch support for appropriate Ralink/Mediatek SoCsStanislav Galabov2016-05-252-0/+11
* Ralink: Add more SoC compatible stringsStanislav Galabov2016-05-191-0/+3
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-186-6/+6
* Add proper PCIe init for MT7628/MT7688 SoCsStanislav Galabov2016-05-171-0/+1
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-161-0/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-3/+3
* mtk_spi cleanup commented printfsStanislav Galabov2016-05-062-11/+0
* mtk_gpio fixesStanislav Galabov2016-05-062-38/+16
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-055-18/+38
* Remove uart_dev_mtk_ns8250Stanislav Galabov2016-04-232-114/+0
* Use cpu_establish_hardintr in mtk_intr_gicStanislav Galabov2016-04-231-14/+3
* Introduce palmbus for Mediatek/Ralink SoCsStanislav Galabov2016-04-231-0/+81
* Minor pinctrl fixes for Mediatek/RalinkStanislav Galabov2016-04-231-3/+3
* Rework Mediatek/Ralink configuration filesStanislav Galabov2016-04-212-0/+126
* Add compat strings used by OpenWRT to some Mediatek/Ralink driversStanislav Galabov2016-04-202-6/+3
* Rework mtk_gpio_v1 driverStanislav Galabov2016-04-201-47/+50
* Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCsStanislav Galabov2016-04-202-4/+481
* Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionStanislav Galabov2016-04-182-8/+12
* Add support for boot arguments specification via fdtStanislav Galabov2016-04-161-0/+55
* Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitionsStanislav Galabov2016-04-159-29/+38
* Remove unneeded initialization in mtk_xhci.cStanislav Galabov2016-04-151-1/+0
* Move Mediatek/Ralink PCIe to NEW_PCIBStanislav Galabov2016-04-122-303/+69
* Introduce better locking for mtk_gpio_v[12] driversStanislav Galabov2016-04-082-21/+79
* Introduce Mediatek/Ralink PCIe supportStanislav Galabov2016-04-082-0/+1653
* Introduce XHCI support for MT7621 SoCStanislav Galabov2016-04-081-0/+298