linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus support
@ 2024-07-17 19:23 Radhey Shyam Pandey
  2024-07-17 19:23 ` [PATCH v2 1/2] usb: misc: onboard_dev: extend platform data to add power on delay field Radhey Shyam Pandey
  2024-07-17 19:23 ` [PATCH v2 2/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support Radhey Shyam Pandey
  0 siblings, 2 replies; 5+ messages in thread
From: Radhey Shyam Pandey @ 2024-07-17 19:23 UTC (permalink / raw)
  To: mka, gregkh, javier.carrasco, benjamin.bara, macpaul.lin,
	linux.amoon
  Cc: linux-usb, linux-kernel, git, Radhey Shyam Pandey

This patchset adds usb5744 SMBus support in onboard usb driver.

Changes in v2:
- Fix subsystem "usb: misc: onboard_usb_dev:..."
- Change implementation from introducing onboard_dev_i2c_init
  func pointer and do i2c initialization based on compatible string.
  This is to make onboard_dev_5744_i2c_init() as static.
- Use #define for different register bits instead of magic values.
- Use err_power_off label name.
- Modified commit description to be in sync with v2 changes.
- Move power on reset delay to separate patch.

Radhey Shyam Pandey (2):
  usb: misc: onboard_dev: extend platform data to add power on delay
    field
  usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming
    support

 drivers/usb/misc/onboard_usb_dev.c | 57 ++++++++++++++++++++++++++++++
 drivers/usb/misc/onboard_usb_dev.h | 14 ++++++++
 2 files changed, 71 insertions(+)


base-commit: 51835949dda3783d4639cfa74ce13a3c9829de00
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-18 22:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 19:23 [PATCH v2 0/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus support Radhey Shyam Pandey
2024-07-17 19:23 ` [PATCH v2 1/2] usb: misc: onboard_dev: extend platform data to add power on delay field Radhey Shyam Pandey
2024-07-18 22:35   ` Matthias Kaehlcke
2024-07-17 19:23 ` [PATCH v2 2/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support Radhey Shyam Pandey
2024-07-18 21:57   ` Matthias Kaehlcke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).