Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1222002
| From | Olliver Schinagl <o.schinagl@ultimaker.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] Add eeprom to the Olimex series of boards |
| Date | 2015-09-10 10:40 +0200 |
| Message-ID | <q75yF-4zn-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Some of the olimex series of boards feature a permanently connected eeprom on i2c-1. This patch series adds them on all the boards that I personally have and where tested with. Additionally, it brings the eeprom on the OLinuXino a10s in line with the rest and now follows the binding documentation. Changes since v1: * Fixed SoB and removed Tested-by as that is implied with SoB. * Additionally tested it on an A20 OLinuXino micro as I did actually have one! Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Olliver Schinagl (5): dts: sunxi: add eeprom to A10 OLinuXino Lime board dts: sunxi: correct vendor prefix on OLinuXino a10s micro dts: sunxi: add eeprom to A20 OLinuXino Lime board dts: sunxi: add eeprom to A20 OLinuXino Lime2 board dts: sunxi: add eeprom to A20 OLinuXino micro board arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts | 12 ++++++++++++ arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 2 +- arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts | 12 ++++++++++++ arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 6 ++++++ arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 6 ++++++ 5 files changed, 37 insertions(+), 1 deletion(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] Add eeprom to the Olimex series of boards Olliver Schinagl <o.schinagl@ultimaker.com> - 2015-09-10 10:40 +0200 [PATCH v2 4/5] dts: sunxi: add eeprom to A20 OLinuXino Lime2 board Olliver Schinagl <o.schinagl@ultimaker.com> - 2015-09-10 10:40 +0200 [PATCH v2 2/5] dts: sunxi: correct vendor prefix on OLinuXino a10s micro Olliver Schinagl <o.schinagl@ultimaker.com> - 2015-09-10 10:40 +0200 [PATCH v2 1/5] dts: sunxi: add eeprom to A10 OLinuXino Lime board Olliver Schinagl <o.schinagl@ultimaker.com> - 2015-09-10 10:40 +0200 [PATCH v2 5/5] dts: sunxi: add eeprom to A20 OLinuXino micro board Olliver Schinagl <o.schinagl@ultimaker.com> - 2015-09-10 10:40 +0200 Re: [PATCH v2 0/5] Add eeprom to the Olimex series of boards Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-10 20:40 +0200
csiph-web