summaryrefslogtreecommitdiff
path: root/sys/mips/atheros
Commit message (Expand)AuthorAgeFilesLines
* add snps IP uart support / genaralize UARTMatt Macy2018-08-193-3/+3
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-235-5/+5
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-132-68/+4
* hwpmc: yet another missed fixupMatt Macy2018-06-081-1/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2746-0/+96
* arge: correct bzero sizeof (pointed-to object, not pointer)Ed Maste2017-08-301-2/+2
* Plug memory leak in arge_encap().Xin LI2017-08-151-0/+1
* [ar724x] put in explicit memory barriers now that read/write register no longerAdrian Chadd2017-07-061-1/+8
* [ar71xx] undo read-after-write to flush; some bus devices dislike this.Adrian Chadd2017-05-281-6/+7
* [ar71xx] remove dead code!Adrian Chadd2017-05-231-40/+0
* [ar71xx] add a very simple early boot driver called "caldata" to commit cross...Adrian Chadd2017-05-232-0/+177
* [ar71xx] fix up dump space a la what jhb@ did elsewhere a while ago.Adrian Chadd2017-05-211-2/+2
* [ar934x] do an ethernet analog reset; apparently some boards don't.Adrian Chadd2017-05-061-0/+4
* [ar531x] [if_are] Fix if_are behaviour under high load trafficAdrian Chadd2017-05-062-15/+98
* [etherswitch] simplify kernconf for recently added etherswitch driversMichael Zhilin2017-03-271-2/+0
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-273-3/+3
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-253-0/+3
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-1/+1
* [ar71xx] add EARLY_PRINTF support for the rest of the non-AR933x SoCs.Adrian Chadd2017-01-152-0/+21
* [ar71xx] add EARLY_PRINTF support for the AR933x (Hornet) UART.Adrian Chadd2016-12-291-0/+24
* [ar71xx] put in an implicit read-after-write to flush things out.Adrian Chadd2016-12-291-1/+4
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-182-0/+4
* [spi] reformat message and ar5315_spi minor fixMichael Zhilin2016-12-131-1/+1
* Use the spibus accessor when applicable.Emmanuel Vadot2016-12-122-9/+12
* Move intrng includes to the main MIPS includes file.Ruslan Bukin2016-11-191-9/+0
* [mips/ar531x] code cleanup, non-INTRNG supportMichael Zhilin2016-11-183-75/+73
* Fix device delete child function.Hans Petter Selasky2016-10-172-12/+0
* [ar531x] add initial port for the AR231x/531x series of SoCs.Adrian Chadd2016-10-0422-0/+5926
* [arge] add some extra MDIO debugging supportAdrian Chadd2016-08-051-4/+16
* [ar71xx_gpio] handle AR934x and QCA953x GPIO OE polarity.Adrian Chadd2016-07-311-12/+60
* Replace mips/sentry5 with mips/broadcomLandon J. Fuller2016-06-254-8/+0
* Remove NULL checks after M_WAITOK allocations from sys/mips/.Edward Tomasz Napierala2016-05-111-4/+0
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-303-3/+3
* mips: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-226-6/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-281-1/+20
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-274-6/+6
* Fix missing path conversion from the previous commit to shuffle mdio around.Adrian Chadd2015-12-271-1/+1
* [qca953x] remove unneeded initialisation.Adrian Chadd2015-12-151-1/+1
* [ar71xx] always count interrupts, spurious or otherwise.Adrian Chadd2015-12-151-4/+2
* [arge] add a comment about needing mdio busses in order to use the interface.Adrian Chadd2015-12-151-0/+5
* Add QCA9533 to the list of SoCs that require IRQ's be ACKed.Adrian Chadd2015-11-161-0/+2
* Add initial support for the QCA953x ("Honeybee") from Qualcomm Atheros.Adrian Chadd2015-11-169-0/+683
* Remove this; it's also in sys/conf/files.mips.Adrian Chadd2015-11-031-2/+0
* arge_mdio: fix barriers; correctly check MII indicator register.Adrian Chadd2015-10-301-21/+29
* arge: fix barrier macro.Adrian Chadd2015-10-301-1/+1