public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus support
@ 2024-09-01 12:08 Radhey Shyam Pandey
  2024-09-01 12:08 ` [PATCH v4 1/2] usb: misc: onboard_dev: extend platform data to add power on delay field Radhey Shyam Pandey
  2024-09-01 12:08 ` [PATCH v4 2/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support Radhey Shyam Pandey
  0 siblings, 2 replies; 10+ messages in thread
From: Radhey Shyam Pandey @ 2024-09-01 12:08 UTC (permalink / raw)
  To: gregkh, mka, sakari.ailus, wentong.wu, javier.carrasco,
	stefan.eichenberger, francesco.dolcini, jbrunet, macpaul.lin,
	frieder.schrempf
  Cc: linux-usb, linux-kernel, git, Radhey Shyam Pandey

This patchset adds usb5744 SMBus support in onboard usb driver.

Changes for v4:
- Fix error: implicit declaration of function 'i2c_smbus_*' APIs by
  introducing a kconfig dependency on I2C_CONFIG. This error is reported
  by kernel test on v3 series and usb:usb-testing 20/25 branch.
  https://lore.kernel.org/all/2024082503-uncoated-chaperone-7f70@gregkh

Changes for v3:
- Modified power_on_delay_us comment.
- Add comment for UDC suspend sequence.
- Drop USB5744_CREG_MEM_NBYTES and USB5744_CREG_NBYTES and replace
  it with literal + comment.
- Move microchip defines to source file.

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/Kconfig           |  2 +-
 drivers/usb/misc/onboard_usb_dev.c | 74 ++++++++++++++++++++++++++++++
 drivers/usb/misc/onboard_usb_dev.h |  2 +
 3 files changed, 77 insertions(+), 1 deletion(-)


base-commit: 431c1646e1f86b949fa3685efc50b660a364c2b6
-- 
2.34.1


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

end of thread, other threads:[~2024-09-19 10:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 12:08 [PATCH v4 0/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus support Radhey Shyam Pandey
2024-09-01 12:08 ` [PATCH v4 1/2] usb: misc: onboard_dev: extend platform data to add power on delay field Radhey Shyam Pandey
2024-09-01 12:08 ` [PATCH v4 2/2] usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support Radhey Shyam Pandey
2024-09-03  6:40   ` Greg KH
2024-09-03  7:19     ` Pandey, Radhey Shyam
2024-09-03  7:58       ` Greg KH
2024-09-18 17:07       ` Matthias Kaehlcke
2024-09-18 19:22         ` Pandey, Radhey Shyam
2024-09-19 10:12           ` Matthias Kaehlcke
2024-09-18 17:39   ` Matthias Kaehlcke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox