From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: Re: [Patch v5] driver/i2c/mux: Add register-based mux i2c-mux-reg Date: Wed, 19 Aug 2015 17:18:12 +0200 Message-ID: <20150819151809.GB1634@katana> References: <1439837628-2295-1-git-send-email-yorksun@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1439837628-2295-1-git-send-email-yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: York Sun Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Paul Bolle , Peter Korsgaard , Alexander Sverdlin List-Id: linux-i2c@vger.kernel.org On Mon, Aug 17, 2015 at 11:53:48AM -0700, York Sun wrote: > Based on i2c-mux-gpio driver, similarly the register-based mux > switch from one bus to another by setting a single register. > The register can be on PCIe bus, local bus, or any memory-mapped > address. The endianness of such register can be specified in device > tree if used, or in platform data. > > Signed-off-by: York Sun > CC: Wolfram Sang > CC: Paul Bolle > CC: Peter Korsgaard > CC: Alexander Sverdlin > Applied to for-next, thanks!