mbox series

[00/10] Few improvements on the Broadcom iProc

Message ID 20250418211635.2666234-1-andi.shyti@kernel.org
Headers show
Series Few improvements on the Broadcom iProc | expand

Message

Andi Shyti April 18, 2025, 9:16 p.m. UTC
Hi,

just some little improvements on the Broadcom iProc I2C Driver.

Thanks,
Andi

Andi Shyti (10):
  i2c: iproc: Drop unnecessary initialisation of 'ret'
  i2c: iproc: Use dev_err_probe in probe
  i2c: iproc: Use u32 instead of uint32_t
  i2c: iproc: Fix alignment to match the open parenthesis
  i2c: iproc: Remove stray blank line in slave ISR
  i2c: iproc: Replace udelay() with usleep_range()
  i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
  i2c: iproc: Move function and avoid prototypes
  i2c: iproc: When there's an error treat it as an error
  i2c: iproc: Remove unnecessary double negation

 drivers/i2c/busses/i2c-bcm-iproc.c | 222 ++++++++++++++---------------
 1 file changed, 104 insertions(+), 118 deletions(-)