public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/1] eeprom: at24: convert magic numbers to structs.
@ 2017-12-20 16:48 Sven Van Asbroeck
  2017-12-20 16:48 ` [PATCH v5 1/1] " Sven Van Asbroeck
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Van Asbroeck @ 2017-12-20 16:48 UTC (permalink / raw)
  To: svendev, wsa, brgl, nsekhar, sakari.ailus, javier,
	divagar.mohandass
  Cc: devicetree, linux-kernel, linux-i2c

v5:
	applied formatting suggestions

v4:
	applied formatting suggestions

v3:
	rebase against maintainer's latest devel branch
	removed macros from struct {i2c,of,acpi}_device_id for easy grepping
	applied newline, formatting, tab suggestions

v2:
	use struct at24_chip_data instead of struct at24_platform_data
		(which decreases code size)
	explicitly write out of compatible nodes, e.g. "atmel,24c04"
		(which allows grepping for of compatible nodes)

v1:
	first shot

Sven Van Asbroeck (1):
  eeprom: at24: convert magic numbers to structs.

 drivers/misc/eeprom/at24.c | 221 ++++++++++++++++++++-------------------------
 1 file changed, 100 insertions(+), 121 deletions(-)

-- 
1.9.1

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 16:48 [PATCH v5 0/1] eeprom: at24: convert magic numbers to structs Sven Van Asbroeck
2017-12-20 16:48 ` [PATCH v5 1/1] " Sven Van Asbroeck
2017-12-20 17:16   ` Bartosz Golaszewski

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