aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rt305x
Commit message (Expand)AuthorAgeFilesLines
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* 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-181-0/+2
* Use the spibus accessor when applicable.Emmanuel Vadot2016-12-121-2/+4
* Fix device delete child function.Hans Petter Selasky2016-10-173-18/+0
* Remove NULL checks after M_WAITOK allocations from sys/mips/.Edward Tomasz Napierala2016-05-111-4/+0
* mips: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-152-2/+2
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Second argument of the mips_timer_init_params() is boolean, soMaxim Sobolev2016-03-091-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Use MIPS24K now.Adrian Chadd2016-02-021-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-5/+5
* [rt305x] Add initial RT5350 and MT7620 glue.Adrian Chadd2015-12-247-71/+105
* [MT7620] add ehci/ohci USB support.Adrian Chadd2015-12-242-0/+490
* [MT7620] add SPI device support.Adrian Chadd2015-12-241-0/+350
* [rt305x] add PCI bus / resource allocation code for the MT7620.Adrian Chadd2015-12-242-0/+1031
* [rt305x] add register space definitions for later generation chips.Adrian Chadd2015-12-241-12/+176
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-5/+21
* Replace spaces with tabs, this will easier future changes on softcLuiz Otavio O Souza2015-01-311-6/+6
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-5/+9
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-10/+0
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-3/+2
* Convert remaining {g,s}etenv->kern_{g,s}etenvDavide Italiano2014-10-171-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-5/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-5/+1
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-1/+30
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underDimitry Andric2013-04-131-2/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Turns out the nvram env was common, so move it back up to get PB92 working.Warner Losh2012-10-231-1/+0
* Add RT305x specific devices here.Warner Losh2012-10-231-0/+2
* The GPIO drivers were initialising their mutexes with type ofRui Paulo2012-08-171-2/+1
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-1/+0
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-121-25/+0
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-3/+3
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-20/+6
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Import the initial CPU support for the MIPS RALink RT305x SoC.Adrian Chadd2011-04-0319-0/+3761