linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller
Date: Fri, 27 Nov 2015 01:55:00 +0000	[thread overview]
Message-ID: <c0c886e168b51b24379a3f4d302f18c4df00d629.1448588763.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1448588763.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a7776cd9ffca..6b1e284c9f8c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -132,6 +132,7 @@ CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
 CONFIG_I2C_QUP=y
+CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
-- 
2.1.4


  parent reply	other threads:[~2015-11-27  1:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-11-27  1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
2015-11-27  1:54 ` [PATCH 2/5] arm64: defconfig: enable EthernetAVB Simon Horman
2015-11-27  1:55 ` Simon Horman [this message]
2015-11-27  1:55 ` [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
2015-11-27  1:55 ` [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-11-27  1:55 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.5 Simon Horman
2015-11-27  1:55   ` [PATCH 01/18] arm64: dts: r8a7795: add GPIO nodes Simon Horman
2015-11-27  1:55   ` [PATCH 02/18] arm64: dts: r8a7795: add EthernetAVB device node Simon Horman
2015-11-27  1:55   ` [PATCH 03/18] arm64: dts: r8a7795: enable EthernetAVB on Salvator-X Simon Horman
2015-11-27  1:55   ` [PATCH 04/18] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
2015-11-27  1:55   ` [PATCH 05/18] arm64: renesas: salvator-x: Setup ethernet0 alias for U-Boot Simon Horman
2015-11-27  1:55   ` [PATCH 06/18] arm64: renesas: r8a7795: add I2C support Simon Horman
2015-11-27  8:17     ` Geert Uytterhoeven
2015-11-30  0:38       ` Simon Horman
2015-11-27  1:55   ` [PATCH 07/18] arm64: renesas: salvator-x: enable I2C Simon Horman
2015-11-27  1:55   ` [PATCH 08/18] arm64: renesas: r8a7795 dtsi: Add all HSCIF nodes Simon Horman
2015-11-27  1:55   ` [PATCH 09/18] arm64: renesas: r8a7795: add AUDIO_DMAC support Simon Horman
2015-11-27  1:55   ` [PATCH 10/18] arm64: renesas: r8a7795: Sound SSI PIO support Simon Horman
2015-11-27  1:55   ` [PATCH 11/18] arm64: renesas: r8a7795: Sound SSI DMA support Simon Horman
2015-11-27  1:55   ` [PATCH 12/18] arm64: renesas: r8a7795: Sound SRC support Simon Horman
2015-11-27  1:55   ` [PATCH 13/18] arm64: renesas: r8a7795: Sound DVC support Simon Horman
2015-11-27  1:55   ` [PATCH 14/18] arm64: renesas: salvator-x: Sound SSI PIO support Simon Horman
2015-11-27  1:55   ` [PATCH 15/18] arm64: renesas: salvator-x: Sound SSI DMA support Simon Horman
2015-11-27  1:55   ` [PATCH 16/18] arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF Simon Horman
2015-11-27  1:55   ` [PATCH 17/18] arm64: renesas: salvator-x: Sound SRC support Simon Horman
2015-11-27  1:55   ` [PATCH 18/18] arm64: renesas: salvator-x: Sound DVC support Simon Horman
2015-12-11 23:53   ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.5 Arnd Bergmann
2015-12-12  0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig " Arnd Bergmann
2015-12-12  0:16   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c0c886e168b51b24379a3f4d302f18c4df00d629.1448588763.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).