summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* [mips] correctly represent memory region allocations >> 2^^31adrian2016-04-261-2/+2
* Remove uart_dev_mtk_ns8250sgalabov2016-04-232-114/+0
* Use cpu_establish_hardintr in mtk_intr_gicsgalabov2016-04-231-14/+3
* Introduce palmbus for Mediatek/Ralink SoCssgalabov2016-04-231-0/+81
* Minor pinctrl fixes for Mediatek/Ralinksgalabov2016-04-231-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-215-9/+9
* sys: use our nitems() macro when param.h is available.pfg2016-04-212-4/+4
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-2/+1
* Rework Mediatek/Ralink configuration filessgalabov2016-04-2111-184/+503
* Use our nitems() macro when param.h is available.pfg2016-04-201-1/+1
* Add compat strings used by OpenWRT to some Mediatek/Ralink driverssgalabov2016-04-202-6/+3
* Rework mtk_gpio_v1 driversgalabov2016-04-201-47/+50
* Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCssgalabov2016-04-202-4/+481
* Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionsgalabov2016-04-182-8/+12
* Add support for boot arguments specification via fdtsgalabov2016-04-161-0/+55
* Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE configsgalabov2016-04-161-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-155-17/+17
* Make NIRQ configurable for MIPSsgalabov2016-04-151-2/+6
* Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitionssgalabov2016-04-159-29/+38
* Remove unneeded initialization in mtk_xhci.csgalabov2016-04-151-1/+0
* In order to build a kernel with one of these configs the user should dosgalabov2016-04-1510-0/+411
* mips: for pointers replace 0 with NULL.pfg2016-04-1510-10/+10
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-2/+2
* Move Mediatek/Ralink PCIe to NEW_PCIBsgalabov2016-04-122-303/+69
* Define PCI_RES_BUS for MIPS.sgalabov2016-04-121-0/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-5/+5
* Fix MIPS INTRNG omissions, add soft/hard interrupts with different namessgalabov2016-04-081-12/+12
* Introduce better locking for mtk_gpio_v[12] driverssgalabov2016-04-082-21/+79
* Introduce Mediatek/Ralink PCIe supportsgalabov2016-04-082-0/+1653
* Introduce XHCI support for MT7621 SoCsgalabov2016-04-081-0/+298
* Disable USB PHY slew rate calibration for Mediatek SoCs for nowsgalabov2016-04-081-1/+11
* Fix wrong memory mappingsgalabov2016-04-081-1/+1
* Fix a copyright glitch before it gets copy-pasted again. I think this mustian2016-04-071-1/+1
* Initial import of Ralink/Mediatek MIPS SoC support #7sgalabov2016-04-072-0/+1292
* Initial import of Ralink/Mediatek MIPS SoC support #6sgalabov2016-04-074-0/+834
* Initial import of Ralink/Mediatek MIPS SoC support #5sgalabov2016-04-075-0/+1046
* Initial import of Ralink/Mediatek MIPS SoC support #4sgalabov2016-04-073-0/+791
* Initial import of Ralink/Mediatek MIPS SoC support #3sgalabov2016-04-073-0/+1078
* Initial import of Ralink/Mediatek MIPS SoC support #2sgalabov2016-04-073-0/+409
* This revision adds the following parts:sgalabov2016-04-078-0/+1336
* Bring MIPS INTRNG support back up again, in line with D5370sgalabov2016-04-072-207/+105
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-224-8/+8
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-186-10/+10
* Fix build with HWPMC_HOOKS enabled.sobomax2016-03-151-1/+6
* Don't assume that bio_cmd is a bitfield.imp2016-03-101-21/+22
* Second argument of the mips_timer_init_params() is boolean, sosobomax2016-03-091-1/+1
* Let rman_init() initialize the default rman range.jhibbits2016-03-032-12/+0
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-011-1/+1
OpenPOWER on IntegriCloud