Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232536
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/3] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform |
| Date | 2015-09-25 04:20 +0200 |
| Message-ID | <qcqMa-4Jw-11@gated-at.bofh.it> (permalink) |
| References | <pRReh-14V-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Wolfram, Could you have some time for reviewing this series? Perhaps, after ELCE? 2015-07-30 17:12 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > > This series adds two I2C controller drivers. > (they are completely different IPs.) > > The first one is a very simple FIFO-less I2C controller, > which is used on some older UniPhier SoCs. > > The other one is higher-performance I2C controller with TX/RX FIFO, > used on newer UniPhier SoCs. > > > > Masahiro Yamada (3): > i2c: uniphier: add UniPhier FIFO-less I2C driver > i2c: uniphier_f: add UniPhier FIFO-builtin I2C driver > i2c: uniphier: add bindings for UniPhier I2C controllers > > .../devicetree/bindings/i2c/i2c-uniphier.txt | 46 ++ > drivers/i2c/busses/Kconfig | 16 + > drivers/i2c/busses/Makefile | 2 + > drivers/i2c/busses/i2c-uniphier-f.c | 589 +++++++++++++++++++++ > drivers/i2c/busses/i2c-uniphier.c | 446 ++++++++++++++++ > 5 files changed, 1099 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-uniphier.txt > create mode 100644 drivers/i2c/busses/i2c-uniphier-f.c > create mode 100644 drivers/i2c/busses/i2c-uniphier.c > > -- > 1.9.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Best Regards Masahiro Yamada -- 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 | Find similar | Unroll thread
Re: [PATCH 0/3] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-09-25 04:20 +0200
csiph-web