devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] at24: support eeproms that do not auto-rollover reads.
@ 2017-12-07 14:36 Sven Van Asbroeck
  2017-12-07 14:36 ` [PATCH v5 1/2] " Sven Van Asbroeck
  2017-12-07 14:36 ` [PATCH v5 2/2] dt-bindings: add eeprom "no-read-rollover" property Sven Van Asbroeck
  0 siblings, 2 replies; 8+ messages in thread
From: Sven Van Asbroeck @ 2017-12-07 14:36 UTC (permalink / raw)
  To: svendev, robh+dt, mark.rutland, wsa, brgl, nsekhar, sakari.ailus,
	david, javier, divagar.mohandass
  Cc: devicetree, linux-kernel, linux-i2c

v5:
	at Rob Herring's request, renamed devicetree property:
		at24,no-read-rollover -> no-read-rollover

v4:
	renamed devicetree property:
		no-read-rollover -> at24,no-read-rollover
	dt-bindings update now a separate patch

v3:
	rebased against at24 maintainer's devel staging branch:
	git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24/devel
	clarified some of the comments and wording

v2:
	kbuild test robot feedback: correct
		"warning: comparison of distinct pointer types lacks a cast"
	build warning on some compilers / architectures.

v1:
	original patch

Sven Van Asbroeck (2):
  at24: support eeproms that do not auto-rollover reads.
  dt-bindings: add eeprom "at24,no-read-rollover" property

 .../devicetree/bindings/eeprom/eeprom.txt          |  5 +++
 drivers/misc/eeprom/at24.c                         | 37 +++++++++++++++-------
 include/linux/platform_data/at24.h                 |  2 ++
 3 files changed, 32 insertions(+), 12 deletions(-)

-- 
1.9.1

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 14:36 [PATCH v5 0/2] at24: support eeproms that do not auto-rollover reads Sven Van Asbroeck
2017-12-07 14:36 ` [PATCH v5 1/2] " Sven Van Asbroeck
     [not found]   ` <1512657378-5221-2-git-send-email-svendev-fuHqz3Nb1YI@public.gmane.org>
2017-12-07 16:26     ` Bartosz Golaszewski
     [not found]       ` <CAMRc=MdhJRD+G18Xh5vfmaHHdJ+g9EnDTxUHVxhzDzVt-D0KMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-07 19:02         ` Uwe Kleine-König
2017-12-07 21:33           ` Bartosz Golaszewski
     [not found]             ` <CAMRc=MeEnDYjDTpE=XKuP3LricsnEnh0RHKMzxEPUcOS6E0tPQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-07 21:57               ` Uwe Kleine-König
2017-12-07 14:36 ` [PATCH v5 2/2] dt-bindings: add eeprom "no-read-rollover" property Sven Van Asbroeck
2017-12-07 15:40   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).