All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] eeprom: at24: series with smaller improvements
@ 2017-11-30  6:40 Heiner Kallweit
  2017-11-30  6:48 ` [PATCH 1/7] eeprom: at24: don't explicitely include header files which are implicitely included Heiner Kallweit
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Heiner Kallweit @ 2017-11-30  6:40 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: linux-i2c

Before doing bigger changes, e.g. replacing the magic config values with
a struct, here comes series with smaller improvements.

Heiner Kallweit (7):
  eeprom: at24: don't explicitely include header files which are implicitely included
  eeprom: at24: consider that SERIAL and MAC flags imply read-only
  eeprom: at24: simplify probe a little by replacing &client->dev
  eeprom: at24: simplify functions at24_read/write a little
  eeprom: at24: zero-initialize variable chip in probe
  eeprom: at24: don't check chip.byte_len for power of two
  eeprom: at24: don't check page_size for read-only chips and reorder checks

 drivers/misc/eeprom/at24.c | 154 +++++++++++++++++++--------------------------
 1 file changed, 64 insertions(+), 90 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2017-12-03 21:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30  6:40 [PATCH 0/7] eeprom: at24: series with smaller improvements Heiner Kallweit
2017-11-30  6:48 ` [PATCH 1/7] eeprom: at24: don't explicitely include header files which are implicitely included Heiner Kallweit
2017-11-30 15:56   ` Peter Rosin
2017-11-30 19:32     ` Heiner Kallweit
2017-12-01 10:09       ` Bartosz Golaszewski
2017-11-30  6:49 ` [PATCH 2/7] eeprom: at24: consider that SERIAL and MAC flags imply read-only Heiner Kallweit
2017-12-01 10:10   ` Bartosz Golaszewski
2017-12-02 22:00     ` Heiner Kallweit
2017-12-03 21:20       ` Bartosz Golaszewski
2017-11-30  6:49 ` [PATCH 3/7] eeprom: at24: simplify probe a little by replacing &client->dev Heiner Kallweit
2017-12-01 10:14   ` Bartosz Golaszewski
2017-11-30  6:49 ` [PATCH 4/7] eeprom: at24: simplify functions at24_read/write a little Heiner Kallweit
2017-12-01 10:14   ` Bartosz Golaszewski
2017-11-30  6:49 ` [PATCH 5/7] eeprom: at24: zero-initialize variable chip in probe Heiner Kallweit
2017-11-30  6:49 ` [PATCH 6/7] eeprom: at24: don't check chip.byte_len for power of two Heiner Kallweit
2017-11-30  6:49 ` [PATCH 7/7] eeprom: at24: don't check page_size for read-only chips and reorder checks Heiner Kallweit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.