summaryrefslogtreecommitdiffstats
path: root/sys/mips/rt305x
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-171-0/+2
* MFC r309935:manu2016-12-161-2/+4
* MFC r307518:hselasky2016-11-073-18/+0
* Remove NULL checks after M_WAITOK allocations from sys/mips/.trasz2016-05-111-4/+0
* mips: for pointers replace 0 with NULL.pfg2016-04-152-2/+2
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-2/+2
* Second argument of the mips_timer_init_params() is boolean, sosobomax2016-03-091-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Use MIPS24K now.adrian2016-02-021-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-5/+5
* [rt305x] Add initial RT5350 and MT7620 glue.adrian2015-12-247-71/+105
* [MT7620] add ehci/ohci USB support.adrian2015-12-242-0/+490
* [MT7620] add SPI device support.adrian2015-12-241-0/+350
* [rt305x] add PCI bus / resource allocation code for the MT7620.adrian2015-12-242-0/+1031
* [rt305x] add register space definitions for later generation chips.adrian2015-12-241-12/+176
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-5/+21
* Replace spaces with tabs, this will easier future changes on softcloos2015-01-311-6/+6
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-5/+9
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Moves all the duplicate code to a single function.loos2014-11-181-10/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-3/+2
* Convert remaining {g,s}etenv->kern_{g,s}etenvdavide2014-10-171-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-5/+1
* Revert r267961, r267973:gjb2014-06-271-1/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-5/+1
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-1/+30
* Devices that rely on hints or identify routines for discovery need tonwhitehorn2013-10-291-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-3/+3
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Turns out the nvram env was common, so move it back up to get PB92 working.imp2012-10-231-1/+0
* Add RT305x specific devices here.imp2012-10-231-0/+2
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-1/+0
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-121-25/+0
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-3/+3
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-20/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* Import the initial CPU support for the MIPS RALink RT305x SoC.adrian2011-04-0319-0/+3761
OpenPOWER on IntegriCloud