From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755908AbcBJB2i (ORCPT ); Tue, 9 Feb 2016 20:28:38 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60681 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbcBJB2h (ORCPT ); Tue, 9 Feb 2016 20:28:37 -0500 Date: Tue, 9 Feb 2016 17:28:36 -0800 From: Greg KH To: Cory Tusar Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, jic23@kernel.org, vz@mleia.com, broonie@kernel.org, afd@ti.com, andrew@lunn.ch, Chris.Healy@zii.aero, Keith.Vennel@zii.aero, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/5] Devicetree support for misc/eeprom/eeprom_93xx46. Message-ID: <20160210012836.GA27026@kroah.com> References: <1452138904-24820-1-git-send-email-cory.tusar@pid1solutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452138904-24820-1-git-send-email-cory.tusar@pid1solutions.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 06, 2016 at 10:54:59PM -0500, Cory Tusar wrote: > This series of patches adds an initial set of devicetree bindings to the > eeprom_93xx46 driver which mirror the configuration options previously > available as a platform device. These bindings are then extended to > include support for specific Atmel devices in this family and also to > support GPIO-based selection of the device (e.g. for use with an SPI bus > mux). > > Additionally, an address aliasing issue with 16-bit read and write > accesses in the eeprom_93xx46 driver discovered during testing is fixed. Not all of these applied, please fix up and resend the patch that I couldn't apply. thanks, greg k-h