Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put DWC2 controller into reset mode on (pseudo-)shutdown to make | 2019-07-28 | 1 | -1/+38 | |
| | | | | kernel handover safer. | ||||
* | Mark dwc2_intr() as MP-safe on octeon. The driver's internal state | 2017-02-15 | 1 | -3/+3 | |
| | | | | | | is protected by a mutex. OK stsp@ jmatthew@ | ||||
* | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. | 2016-03-19 | 1 | -2/+13 | |
| | | | | OK uebayasi@ | ||||
* | Increase transfer FIFOs for dwc2, to improve USB performance. The new | 2015-09-01 | 1 | -4/+4 | |
| | | | | | | values are from dwc2 of NetBSD. ok jmatthew@, jasper@ | ||||
* | set usb vendor string to 'Octeon' instead of '' | 2015-07-19 | 1 | -1/+3 | |
| | | | | ok pirofti@ | ||||
* | Put the newline at the right place. | 2015-07-03 | 1 | -3/+4 | |
| | |||||
* | Get dwc2 working on octeon. | 2015-04-26 | 1 | -4/+116 | |
| | | | | | | | | | - transplant the clock setup code from octhci - add a bus space tag to deal with dwc2 using little endian addressing - bump up the rx fifo size, necessary for umass/sd to work tested on an edgerouter lite, which can almost boot by itself now ok uebayasi@ (various parts), miod@ (bus space bits) | ||||
* | Let it compile! | 2015-03-19 | 1 | -12/+4 | |
| | |||||
* | Don't defer initialization. config_defer(9) doesn't defer things as | 2015-02-14 | 1 | -21/+11 | |
| | | | | deferred as interrupt starts working. | ||||
* | Set external DMA address configuration interface. | 2015-02-12 | 1 | -6/+49 | |
| | |||||
* | - Use config_defer() to call actual attachment. | 2015-02-12 | 1 | -19/+49 | |
| | | | | - Set parameters passed to dwc2. | ||||
* | Minimal attachment to build-test dwc2(4). | 2015-02-11 | 1 | -0/+117 | |