public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Few improvements on the Broadcom iProc
@ 2025-04-18 21:16 Andi Shyti
  2025-04-18 21:16 ` [PATCH 01/10] i2c: iproc: Drop unnecessary initialisation of 'ret' Andi Shyti
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Andi Shyti @ 2025-04-18 21:16 UTC (permalink / raw)
  To: linux-i2c; +Cc: Andi Shyti

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(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-28 19:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18 21:16 [PATCH 00/10] Few improvements on the Broadcom iProc Andi Shyti
2025-04-18 21:16 ` [PATCH 01/10] i2c: iproc: Drop unnecessary initialisation of 'ret' Andi Shyti
2025-04-18 21:16 ` [PATCH 02/10] i2c: iproc: Use dev_err_probe in probe Andi Shyti
2025-04-18 21:16 ` [PATCH 03/10] i2c: iproc: Use u32 instead of uint32_t Andi Shyti
2025-04-18 21:16 ` [PATCH 04/10] i2c: iproc: Fix alignment to match the open parenthesis Andi Shyti
2025-04-18 21:16 ` [PATCH 05/10] i2c: iproc: Remove stray blank line in slave ISR Andi Shyti
2025-04-18 21:16 ` [PATCH 06/10] i2c: iproc: Replace udelay() with usleep_range() Andi Shyti
2025-04-18 21:16 ` [PATCH 07/10] i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init() Andi Shyti
2025-04-18 21:16 ` [PATCH 08/10] i2c: iproc: Move function and avoid prototypes Andi Shyti
2025-04-19 19:46   ` Mukesh Kumar Savaliya
2025-04-26 20:19     ` [PATCH v2 " Andi Shyti
2025-04-18 21:16 ` [PATCH 09/10] i2c: iproc: When there's an error treat it as an error Andi Shyti
2025-04-18 21:16 ` [PATCH 10/10] i2c: iproc: Remove unnecessary double negation Andi Shyti
2025-04-28 19:30 ` [PATCH 00/10] Few improvements on the Broadcom iProc Andi Shyti

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