| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r274670, r274671, r276168: | loos | 2015-02-14 | 1 | -9/+1 |
* | MFC r273799: | loos | 2015-02-14 | 1 | -2/+3 |
* | MFC r266969 and r276717: | hselasky | 2015-02-05 | 2 | -0/+2 |
* | MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370, | ian | 2014-05-14 | 7 | -7/+7 |
* | MFC: r260889, r260890, r260911: | imp | 2014-03-01 | 1 | -0/+32 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 3 | -5/+27 |
* | Add some missing AR934x register definitions. | adrian | 2013-10-09 | 2 | -0/+45 |
* | Fix interrupt handling from the APB periperals (ie, UART) - it | adrian | 2013-10-09 | 1 | -0/+3 |
* | Fix the AR933x CPU UART support by using the correct clock when calculating | adrian | 2013-09-21 | 1 | -2/+8 |
* | Remove the hardcoded limit for the number of gpio_pins that can be used. | loos | 2013-09-06 | 2 | -2/+10 |
* | Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last | loos | 2013-09-06 | 1 | -1/+1 |
* | Fix the leakage of dma tags on if_arge. The leak occur when arge_start() | loos | 2013-09-06 | 1 | -0/+26 |
* | Prevent the full restart cycle every time arge_start() is called. Only | loos | 2013-08-29 | 1 | -1/+2 |
* | Make ar71xx_spi attach the next free unit of spibus and not only spibus0. | loos | 2013-08-28 | 1 | -1/+1 |
* | Some vendors store the mac addresses of arge(4) as a literal sring in the | sbruno | 2013-08-23 | 1 | -4/+17 |
* | Add a missing break. | adrian | 2013-08-12 | 1 | -0/+1 |
* | Implement some initial AR934x support routines. | adrian | 2013-07-21 | 4 | -0/+394 |
* | Teach the GPIO code about the AR934x GPIO register and pin counts. | adrian | 2013-07-21 | 1 | -2/+17 |
* | Use the UART frequency when programming the UART clock. | adrian | 2013-07-21 | 4 | -4/+4 |
* | Initialise the watchdog and UART frequencies. | adrian | 2013-07-21 | 4 | -0/+12 |
* | Add two new CPU specific definitions - the watchdog clock frequency and | adrian | 2013-07-21 | 1 | -1/+5 |
* | Import the initial SoC register definitions for the AR934x MIPS74k SoC. | adrian | 2013-07-08 | 1 | -0/+156 |
* | Add AR9341, AR9342, AR9344 SoC types. | adrian | 2013-07-08 | 1 | -0/+3 |
* | Add the AR933x SoC GPIO pin count limitation. | adrian | 2013-05-02 | 1 | -0/+5 |
* | Fix undefined behaviour in several gpio_pin_setflags() routines (under | dim | 2013-04-13 | 1 | -2/+2 |
* | Implement USB device reset and poweron. | adrian | 2013-04-05 | 1 | -35/+6 |
* | Fix AR933x USB support - this needs the same controller initialisation | adrian | 2013-04-05 | 1 | -0/+2 |
* | Implement the AR933x ethernet support. | adrian | 2013-04-05 | 3 | -1/+24 |
* | Implement the AR933x interrupt driven UART code. | adrian | 2013-04-05 | 1 | -46/+103 |
* | AR9330/AR9331 also needs to ACK the APB interrupt register, same as | adrian | 2013-04-05 | 1 | -0/+2 |
* | * Add AR9330/AR9331 to the soc identifier enum; | adrian | 2013-04-05 | 2 | -1/+5 |
* | Implement AR933x polled IO uart bus code. | adrian | 2013-04-04 | 1 | -316/+112 |
* | AR933x CPU device improvements: | adrian | 2013-03-30 | 1 | -70/+95 |
* | AR933x UART updates: | adrian | 2013-03-30 | 1 | -11/+8 |
* | For the AR933x UART, the serial clock is not the AHB clock, it's the | adrian | 2013-03-29 | 2 | -2/+2 |
* | * Fix clock register definitions | adrian | 2013-03-29 | 1 | -2/+5 |
* | Print out the platform reference frequency. | adrian | 2013-03-29 | 1 | -2/+2 |
* | Tie in the AR933x support into -HEAD. | adrian | 2013-03-28 | 2 | -3/+19 |
* | Bring over the initial, CPU-only UART support for the AR933x SoC. | adrian | 2013-03-28 | 4 | -0/+1081 |
* | Fix the AR933x platform device start/stop code. | adrian | 2013-03-28 | 1 | -10/+4 |
* | Commit initial (unfinished!) support for the AR933x series of embedded | adrian | 2013-03-27 | 4 | -0/+468 |
* | Add the reference clock for each supported chip. | adrian | 2013-03-27 | 4 | -0/+9 |
* | Mips Atheros AR71XX: make PCI base slot configurable through hints. | monthadar | 2013-01-06 | 1 | -2/+15 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Make MIPS24k PMC optional on "hwpmc_mips24k." | adrian | 2012-11-17 | 1 | -1/+1 |
* | Migrate the AR71xx UART (an 8250 derivative) to hide behind uart_ar71xx. | adrian | 2012-11-17 | 1 | -2/+2 |
* | Ensure that BAR(0) is set for the PCI slot before the ath(4) PCI registers | adrian | 2012-08-26 | 1 | -0/+4 |
* | The GPIO drivers were initialising their mutexes with type of | rpaulo | 2012-08-17 | 1 | -2/+1 |
* | Disable setting the MII port speed. | adrian | 2012-05-04 | 1 | -0/+12 |
* | Fix a totally bone-headed, last minute bounds check snafu that somehow | adrian | 2012-05-03 | 1 | -3/+5 |