All of lore.kernel.org
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] i2c: don't print error when adding adapter fails
Date: Tue, 9 Aug 2016 13:57:40 +0200	[thread overview]
Message-ID: <20160809115740.GA5528@pengutronix.de> (raw)
In-Reply-To: <1470742581-12971-2-git-send-email-wsa-dev@sang-engineering.com>

Hello Wolfram,

On Tue, Aug 09, 2016 at 01:36:17PM +0200, Wolfram Sang wrote:
> The core will do this for us now.

Would be nice to point out the relevant commit that changed the core in
the commit log.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Wolfram Sang <wsa-dev@sang-engineering.com>
Cc: linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
	"Jean Delvare" <jdelvare@suse.com>,
	"Wolfram Sang" <wsa@the-dreams.de>,
	"Ludovic Desroches" <ludovic.desroches@atmel.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Jon Mason" <jonmason@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Sonic Zhang" <sonic.zhang@analog.com>,
	"Brian Norris" <computersforpeace@gmail.com>,
	"Gregory Fong" <gregory.0xf0@gmail.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Jochen Friedrich" <jochen@scram.de>,
	"Sekhar Nori" <nsekhar@ti.com>,
	"Kevin Hilman" <khilman@kernel.org>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Uwe Kleine-König" <kernel@pengutronix.de>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Krzysztof Kozlowski" <k.kozlowski@samsung.com>
Subject: Re: [PATCH] i2c: don't print error when adding adapter fails
Date: Tue, 9 Aug 2016 13:57:40 +0200	[thread overview]
Message-ID: <20160809115740.GA5528@pengutronix.de> (raw)
In-Reply-To: <1470742581-12971-2-git-send-email-wsa-dev@sang-engineering.com>

Hello Wolfram,

On Tue, Aug 09, 2016 at 01:36:17PM +0200, Wolfram Sang wrote:
> The core will do this for us now.

Would be nice to point out the relevant commit that changed the core in
the commit log.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Wolfram Sang <wsa-dev@sang-engineering.com>
Cc: linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
	"Jean Delvare" <jdelvare@suse.com>,
	"Wolfram Sang" <wsa@the-dreams.de>,
	"Ludovic Desroches" <ludovic.desroches@atmel.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Jon Mason" <jonmason@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Sonic Zhang" <sonic.zhang@analog.com>,
	"Brian Norris" <computersforpeace@gmail.com>,
	"Gregory Fong" <gregory.0xf0@gmail.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Jochen Friedrich" <jochen@scram.de>,
	"Sekhar Nori" <nsekhar@ti.com>,
	"Kevin Hilman" <khilman@kernel.org>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Uwe Kleine-König" <kernel@pengutronix.de>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Krzysztof Kozlowski" <k.kozlowski@samsung.com>,
	"Seth Heasley" <seth.heasley@intel.com>,
	"Neil Horman" <nhorman@tuxdriver.com>,
	"Joachim Eastwood" <manabian@gmail.com>,
	"Carlo Caione" <carlo@caione.org>,
	"Alessandro Rubini" <rubini@unipv.it>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Peter Korsgaard" <jacmet@sunsite.dk>,
	"Tony Lindgren" <tony@atomide.com>,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Sylvain Lemieux" <slemieux.tyco@gmail.com>,
	"Guan Xuetao" <gxt@mprc.pku.edu.cn>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Barry Song" <baohua@kernel.org>,
	"Patrice Chotard" <patrice.chotard@st.com>,
	"Laxman Dewangan" <ldewangan@nvidia.com>,
	"Stephen Warren" <swarren@wwwdotorg.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Alexandre Courbot" <gnurou@gmail.com>,
	"Masahiro Yamada" <yamada.masahiro@socionext.com>,
	"Tony Prisk" <linux@prisktech.co.nz>,
	linux-arm-kernel@lists.infradead.org,
	adi-buildroot-devel@lists.sourceforge.net,
	linuxppc-dev@lists.ozlabs.org, linux-samsung-soc@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-omap@vger.kernel.org,
	linux-rockchip@lists.infradead.org, kernel@stlinux.com,
	linux-tegra@vger.kernel.org
Subject: Re: [PATCH] i2c: don't print error when adding adapter fails
Date: Tue, 9 Aug 2016 13:57:40 +0200	[thread overview]
Message-ID: <20160809115740.GA5528@pengutronix.de> (raw)
In-Reply-To: <1470742581-12971-2-git-send-email-wsa-dev@sang-engineering.com>

Hello Wolfram,

On Tue, Aug 09, 2016 at 01:36:17PM +0200, Wolfram Sang wrote:
> The core will do this for us now.

Would be nice to point out the relevant commit that changed the core in
the commit log.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  parent reply	other threads:[~2016-08-09 11:57 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 11:36 [PATCH] i2c: don't print error when adding adapter fails Wolfram Sang
2016-08-09 11:36 ` Wolfram Sang
2016-08-09 11:36 ` Wolfram Sang
2016-08-09 11:36 ` Wolfram Sang
2016-08-09 11:36 ` Wolfram Sang
2016-08-09 11:36   ` Wolfram Sang
2016-08-09 11:36   ` Wolfram Sang
2016-08-09 11:47   ` Grygorii Strashko
2016-08-09 11:47     ` Grygorii Strashko
2016-08-09 11:47     ` Grygorii Strashko
2016-08-09 11:48   ` Peter Korsgaard
2016-08-09 11:48     ` Peter Korsgaard
2016-08-09 11:48     ` Peter Korsgaard
2016-08-09 11:57   ` Uwe Kleine-König [this message]
2016-08-09 11:57     ` Uwe Kleine-König
2016-08-09 11:57     ` Uwe Kleine-König
2016-08-09 13:59     ` Wolfram Sang
2016-08-09 13:59       ` Wolfram Sang
2016-08-09 13:59       ` Wolfram Sang
2016-08-09 12:13   ` Heiko Stübner
2016-08-09 12:13     ` Heiko Stübner
2016-08-09 12:13     ` Heiko Stübner
2016-08-09 12:55   ` Neil Horman
2016-08-09 12:55     ` Neil Horman
2016-08-09 12:55     ` Neil Horman
2016-08-10  2:56     ` Zhang, Sonic
2016-08-10  2:56       ` Zhang, Sonic
2016-08-10  2:56       ` Zhang, Sonic
2016-08-09 12:58   ` Thierry Reding
2016-08-09 12:58     ` Thierry Reding
2016-08-09 12:58     ` Thierry Reding
2016-08-09 13:31   ` Guenter Roeck
2016-08-09 13:31     ` Guenter Roeck
2016-08-09 13:31     ` Guenter Roeck
2016-08-09 14:39     ` Wolfram Sang
2016-08-09 14:39       ` Wolfram Sang
2016-08-09 14:39       ` Wolfram Sang
2016-08-09 16:15   ` Ray Jui
2016-08-09 16:15     ` Ray Jui
2016-08-09 16:15     ` Ray Jui
2016-08-09 16:36   ` Vladimir Zapolskiy
2016-08-09 16:36     ` Vladimir Zapolskiy
2016-08-09 16:36     ` Vladimir Zapolskiy
2016-08-10  6:17   ` Ludovic Desroches
2016-08-10  6:17     ` Ludovic Desroches
2016-08-10  6:17     ` Ludovic Desroches
2016-08-10  8:32   ` Krzysztof Kozlowski
2016-08-10  8:32     ` Krzysztof Kozlowski
2016-08-10  8:32     ` Krzysztof Kozlowski
2016-08-10  8:34   ` Laxman Dewangan
2016-08-10  8:34     ` Laxman Dewangan
2016-08-10  8:34     ` Laxman Dewangan
2016-10-05 15:17   ` Jean Delvare
2016-10-05 15:17     ` Jean Delvare
2016-10-05 15:17     ` Jean Delvare
2016-08-09 16:45 ` Joachim Eastwood
2016-08-09 16:45   ` Joachim Eastwood
2016-08-09 16:45   ` Joachim Eastwood
2016-08-09 16:45   ` Joachim Eastwood
2016-08-10  6:50 ` [STLinux Kernel] " Patrice Chotard
2016-08-10  6:50   ` Patrice Chotard
2016-08-10  6:50   ` Patrice Chotard
2016-08-10  6:50   ` Patrice Chotard
2016-08-14 22:17 ` Wolfram Sang
2016-08-14 22:17   ` Wolfram Sang
2016-08-14 22:17   ` Wolfram Sang

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=20160809115740.GA5528@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linus-amlogic@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 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.