index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-05
usb: musb: Fix runtime PM race in musb_queue_resume_work
Paul Cercueil
1
-14
/
+17
2021-02-05
xhci: ext-caps: Use software node API with the properties
Heikki Krogerus
1
-1
/
+2
2021-02-05
usb: dwc3: host: Use software node API with the properties
Heikki Krogerus
1
-1
/
+1
2021-02-05
software node: Provide replacement for device_add_properties()
Heikki Krogerus
1
-0
/
+43
2021-02-05
Merge tag 'tag-ib-usb-typec-chrome-platform-cros-ec-typec-clear-pd-discovery-...
Greg Kroah-Hartman
1
-3
/
+26
2021-02-04
platform/chrome: cros_ec_typec: Clear Type C disc events
Prashant Malani
1
-3
/
+26
2021-02-04
usb: dwc3: qcom: Constify the software node
Heikki Krogerus
1
-3
/
+9
2021-02-04
usb: dwc3: haps: Constify the software node
Heikki Krogerus
1
-1
/
+7
2021-02-04
usb: dwc2: pci: Drop the empty quirk function
Heikki Krogerus
1
-18
/
+0
2021-02-03
usb: pd: Update VDO definitions
Kyle Tso
1
-4
/
+4
2021-02-02
platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision
Benson Leung
1
-5
/
+1
2021-02-02
usb: typec: Return void in typec_partner_set_pd_revision
Kyle Tso
1
-8
/
+2
2021-02-02
usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capable
Badhri Jagan Sridharan
1
-0
/
+19
2021-02-02
usb: typec: tcpci: Add Callback to Usb Communication capable partner
Badhri Jagan Sridharan
2
-0
/
+15
2021-02-02
usb: typec: tcpm: Add Callback to Usb Communication capable partner
Badhri Jagan Sridharan
1
-0
/
+13
2021-02-02
usb: typec: tcpm: Set in_ams flag when Source caps have been received
Badhri Jagan Sridharan
1
-0
/
+1
2021-02-02
usb: typec: tcpm: Handle vbus shutoff when in source mode
Badhri Jagan Sridharan
1
-0
/
+11
2021-02-02
platform/chrome: cros_ec_typec: Set opmode to PD on SOP connected
Benson Leung
1
-0
/
+3
2021-02-02
platform/chrome: cros_ec_typec: Set Partner PD revision from status
Benson Leung
1
-2
/
+12
2021-02-02
platform/chrome: cros_ec_typec: Report SOP' PD revision from status
Benson Leung
1
-2
/
+7
2021-02-02
Merge remote-tracking branch 'origin/cros-ec-typec-for-5.12' into ib-usb-type...
Benson Leung
1
-41
/
+206
2021-02-01
usb: typec: Add typec_partner_set_pd_revision
Benson Leung
1
-0
/
+30
2021-02-01
usb: typec: Provide PD Specification Revision for cable and partner
Benson Leung
1
-4
/
+26
2021-02-01
usb: typec: Standardize PD Revision format with Type-C Revision
Benson Leung
1
-1
/
+2
2021-01-29
xhci: handle halting transfer event properly after endpoint stop and halt raced.
Mathias Nyman
1
-16
/
+52
2021-01-29
xhci: Check for pending reset endpoint command before queueing a new one.
Mathias Nyman
1
-3
/
+7
2021-01-29
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2
-196
/
+0
2021-01-29
xhci: introduce a new move_dequeue_past_td() function to replace old code.
Mathias Nyman
1
-7
/
+145
2021-01-29
xhci: handle stop endpoint command completion with endpoint in running state.
Mathias Nyman
1
-0
/
+13
2021-01-29
xhci: Fix halted endpoint at stop endpoint command completion
Mathias Nyman
1
-2
/
+60
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
3
-179
/
+101
2021-01-29
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2021-01-29
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
1
-55
/
+53
2021-01-29
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2
-27
/
+30
2021-01-29
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
1
-7
/
+5
2021-01-29
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2021-01-29
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2021-01-29
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
1
-3
/
+2
2021-01-29
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
1
-5
/
+32
2021-01-29
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2
-16
/
+13
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
2
-7
/
+16
2021-01-29
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
1
-1
/
+6
2021-01-29
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
1
-0
/
+7
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
3
-22
/
+2
2021-01-29
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
1
-24
/
+22
2021-01-29
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
1
-3
/
+9
2021-01-29
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2
-25
/
+52
2021-01-29
xhci: remove unused event parameter from completion handlers
Mathias Nyman
1
-8
/
+6
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
3
-21
/
+17
2021-01-29
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
[next]