From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom
Date: Mon, 22 Feb 2016 10:13:54 -0800 [thread overview]
Message-ID: <20160222181354.GN13417@atomide.com> (raw)
In-Reply-To: <1456159868-32416-3-git-send-email-nm-l0cyMroinI0@public.gmane.org>
* Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> [160222 08:51]:
> AT24 compatible eeproms are used in BB family and X15 boards.
>
> Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index d18d6b42fcf5..fa82f4e25d0e 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -145,6 +145,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
> CONFIG_SENSORS_TSL2550=m
> CONFIG_BMP085_I2C=m
> CONFIG_SRAM=y
> +CONFIG_EEPROM_AT24=m
> CONFIG_SENSORS_LIS3_I2C=m
> CONFIG_BLK_DEV_SD=y
> CONFIG_SCSI_SCAN_ASYNC=y
Applying into omap-for-v4.6/defconfig.
Thanks,
Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom
Date: Mon, 22 Feb 2016 10:13:54 -0800 [thread overview]
Message-ID: <20160222181354.GN13417@atomide.com> (raw)
In-Reply-To: <1456159868-32416-3-git-send-email-nm@ti.com>
* Nishanth Menon <nm@ti.com> [160222 08:51]:
> AT24 compatible eeproms are used in BB family and X15 boards.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index d18d6b42fcf5..fa82f4e25d0e 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -145,6 +145,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
> CONFIG_SENSORS_TSL2550=m
> CONFIG_BMP085_I2C=m
> CONFIG_SRAM=y
> +CONFIG_EEPROM_AT24=m
> CONFIG_SENSORS_LIS3_I2C=m
> CONFIG_BLK_DEV_SD=y
> CONFIG_SCSI_SCAN_ASYNC=y
Applying into omap-for-v4.6/defconfig.
Thanks,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-omap@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom
Date: Mon, 22 Feb 2016 10:13:54 -0800 [thread overview]
Message-ID: <20160222181354.GN13417@atomide.com> (raw)
In-Reply-To: <1456159868-32416-3-git-send-email-nm@ti.com>
* Nishanth Menon <nm@ti.com> [160222 08:51]:
> AT24 compatible eeproms are used in BB family and X15 boards.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index d18d6b42fcf5..fa82f4e25d0e 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -145,6 +145,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
> CONFIG_SENSORS_TSL2550=m
> CONFIG_BMP085_I2C=m
> CONFIG_SRAM=y
> +CONFIG_EEPROM_AT24=m
> CONFIG_SENSORS_LIS3_I2C=m
> CONFIG_BLK_DEV_SD=y
> CONFIG_SCSI_SCAN_ASYNC=y
Applying into omap-for-v4.6/defconfig.
Thanks,
Tony
next prev parent reply other threads:[~2016-02-22 18:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 16:51 [PATCH 0/2] ARM: OMAP: X15: Add support for eeprom Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
[not found] ` <1456159868-32416-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2016-02-22 16:51 ` [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Add eeprom information Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
2016-02-22 19:19 ` Tony Lindgren
2016-02-22 19:19 ` Tony Lindgren
2016-02-22 16:51 ` [PATCH 2/2] ARM: omap2plus_defconfig: Enable AT24 eeprom Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
2016-02-22 16:51 ` Nishanth Menon
[not found] ` <1456159868-32416-3-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2016-02-22 18:13 ` Tony Lindgren [this message]
2016-02-22 18:13 ` Tony Lindgren
2016-02-22 18:13 ` Tony Lindgren
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=20160222181354.GN13417@atomide.com \
--to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nm-l0cyMroinI0@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.