|
Edited by tdack at 2015-11-16 10:30
When i apply the WIP USB patches from sunxi-wip branch of @jwrdegoede to my linux-next branch with the V4 patches from @jemk then it works.
Fritz, can you point me to the linux-next branch that you are using? I assume that the V4 patches are coming from the linux-sunxi mailing list?
Just to make sure I've got things in the right order:
1. Grab linux-next source
2. Apply jwrdegoede/linux-sunxi sunxi-wip patches for H3 USB support
3. Apply jemk H3 V4 patches from linux-sunxi mailing list
4. Profit, only with GPIO though
Update ...
Using @jwrdegoede/u-boot-sunxi/sunxi-wip and @jwrdegoede/linux-sunxi/sunxi-wip I've now managed to get a full kernel boot.
http://pastebin.com/pBt1iZhT
Looks like USB is progressing!
- [ 0.777507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 0.784098] ehci-platform: EHCI generic platform driver
- [ 0.789635] ehci-platform 1c1b000.usb: EHCI Host Controller
- [ 0.795254] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
- [ 0.803236] ehci-platform 1c1b000.usb: irq 23, io mem 0x01c1b000
- [ 0.827604] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
- [ 0.835123] hub 1-0:1.0: USB hub found
- [ 0.839003] hub 1-0:1.0: 1 port detected
- [ 0.843788] ehci-platform 1c1c000.usb: EHCI Host Controller
- [ 0.849454] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
- [ 0.857365] ehci-platform 1c1c000.usb: irq 25, io mem 0x01c1c000
- [ 0.877608] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
- [ 0.884996] hub 2-0:1.0: USB hub found
- [ 0.888851] hub 2-0:1.0: 1 port detected
- [ 0.893526] ehci-platform 1c1d000.usb: EHCI Host Controller
- [ 0.899180] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 3
- [ 0.907071] ehci-platform 1c1d000.usb: irq 27, io mem 0x01c1d000
- [ 0.927601] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
- [ 0.934906] hub 3-0:1.0: USB hub found
- [ 0.939314] hub 3-0:1.0: 1 port detected
- [ 0.943905] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 0.950164] ohci-platform: OHCI generic platform driver
- [ 0.955639] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
- [ 0.962323] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
- [ 0.970233] ohci-platform 1c1b400.usb: irq 24, io mem 0x01c1b400
- [ 1.032832] hub 4-0:1.0: USB hub found
- [ 1.036647] hub 4-0:1.0: 1 port detected
- [ 1.041830] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
- [ 1.048535] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5
- [ 1.056429] ohci-platform 1c1c400.usb: irq 26, io mem 0x01c1c400
- [ 1.122800] hub 5-0:1.0: USB hub found
- [ 1.126612] hub 5-0:1.0: 1 port detected
- [ 1.131349] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
- [ 1.138050] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 6
- [ 1.145928] ohci-platform 1c1d400.usb: irq 28, io mem 0x01c1d400
- [ 1.212832] hub 6-0:1.0: USB hub found
- [ 1.216644] hub 6-0:1.0: 1 port detected
Copy code
|
|