aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/atheros
Commit message (Expand)AuthorAgeFilesLines
* [ar71xx] During reset, don't spin, just keep tryingAdrian Chadd2021-05-221-4/+7
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-0/+2
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0128-67/+17
* [ar71xx] fix watchdog to work on subsequent SoCsAdrian Chadd2020-07-151-12/+38
* Print CPU informtion later in boot.John Baldwin2020-05-202-4/+0
* [atheros] [if_arge] Various fixes to avoid TX stalls and bad sized packetsAdrian Chadd2020-05-102-3/+66
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+4
* [ar71xx] generate a random mac address using eth_gen_addr()Adrian Chadd2019-12-283-13/+8
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-162-2/+4
* Display CPU model in dmesg on mips targetsWarner Losh2019-05-241-0/+4
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3
* [ar71xx_gpio] Add AR9341/AR9342 to the list of chips for programming function...Adrian Chadd2019-05-151-1/+3
* The Atheros AR7241 has 20 GPIO pinsAllan Jude2019-03-252-1/+4
* 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