Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504614
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] ARM: gr8: Add support for the CHIP Pro |
| Date | 2016-10-20 10:20 +0200 |
| Message-ID | <sugJX-50e-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This is a serie introducing the CHIP Pro support. The most exciting thing about this is that it's the first board we'll be able to enable the NAND on, benefiting from the awesome work Boris did over the last couple of years. This is possible because the NAND chip is an SLC one, for which we don't have to wait for the current UBI / UBIFS work. Let me know what you think, Maxime Boris Brezillon (2): mtd: nand: sunxi: fix support for 512bytes ECC chunks mtd: nand: add support for the TC58NVG2S0H chip Maxime Ripard (6): ARM: gr8: Add the UART3 ARM: gr8: Fix typo in the i2s mclk pin group ARM: gr8: Add missing pwm channel 1 pin ARM: gr8: Add UART2 pins ARM: gr8: Add UART3 pins ARM: gr8: Add CHIP Pro support arch/arm/boot/dts/Makefile | 1 +- arch/arm/boot/dts/ntc-gr8-chip-pro.dts | 266 ++++++++++++++++++++++++++- arch/arm/boot/dts/ntc-gr8.dtsi | 47 ++++- drivers/mtd/nand/nand_ids.c | 3 +- drivers/mtd/nand/sunxi_nand.c | 4 +- 5 files changed, 320 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/ntc-gr8-chip-pro.dts -- git-series 0.8.10
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] ARM: gr8: Add support for the CHIP Pro Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
[PATCH 3/8] ARM: gr8: Add the UART3 Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 3/8] ARM: gr8: Add the UART3 Chen-Yu Tsai <wens@csie.org> - 2016-10-20 16:10 +0200
Re: [PATCH 3/8] ARM: gr8: Add the UART3 Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 19:10 +0200
[PATCH 6/8] ARM: gr8: Add UART2 pins Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 6/8] ARM: gr8: Add UART2 pins Chen-Yu Tsai <wens@csie.org> - 2016-10-20 16:20 +0200
Re: [PATCH 6/8] ARM: gr8: Add UART2 pins Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 19:10 +0200
[PATCH 8/8] ARM: gr8: Add CHIP Pro support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 8/8] ARM: gr8: Add CHIP Pro support Chen-Yu Tsai <wens@csie.org> - 2016-10-20 16:30 +0200
Re: [PATCH 8/8] ARM: gr8: Add CHIP Pro support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 19:10 +0200
[PATCH 1/8] mtd: nand: sunxi: fix support for 512bytes ECC chunks Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 1/8] mtd: nand: sunxi: fix support for 512bytes ECC chunks Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-10-21 20:00 +0200
[PATCH 2/8] mtd: nand: add support for the TC58NVG2S0H chip Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 2/8] mtd: nand: add support for the TC58NVG2S0H chip Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-10-21 20:00 +0200
[PATCH 4/8] ARM: gr8: Fix typo in the i2s mclk pin group Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 10:20 +0200
Re: [PATCH 4/8] ARM: gr8: Fix typo in the i2s mclk pin group Chen-Yu Tsai <wens@csie.org> - 2016-10-20 16:10 +0200
Re: [PATCH 4/8] ARM: gr8: Fix typo in the i2s mclk pin group Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-10-20 19:10 +0200
csiph-web