mbox series

[v2,0/1] at24: support eeproms that do not roll over page reads.

Message ID 1509543843-27697-1-git-send-email-svendev@arcx.com
Headers show
Series at24: support eeproms that do not roll over page reads. | expand

Message

Sven Van Asbroeck Nov. 1, 2017, 1:44 p.m. UTC
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 (1):
  at24: support eeproms that do not roll over page reads.

 .../devicetree/bindings/eeprom/eeprom.txt          |  5 +++
 drivers/misc/eeprom/at24.c                         | 47 +++++++++++-----------
 include/linux/platform_data/at24.h                 |  1 +
 3 files changed, 29 insertions(+), 24 deletions(-)