From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCHv2 0/3] I2C and SPI dev_name change for ACPI enumerated slaves Date: Fri, 01 Nov 2013 15:44:38 +0200 Message-ID: <5273B046.1030204@linux.intel.com> References: <1382703540-3769-1-git-send-email-jarkko.nikula@linux.intel.com> <1383309356-25430-1-git-send-email-jarkko.nikula@linux.intel.com> <1601125.4tFOPicoTX@vostro.rjw.lan> <20131101132048.GD6734@katana> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Rafael J. Wysocki" , Mark Brown , linux-spi@vger.kernel.org, linux-i2c@vger.kernel.org, alsa-devel@alsa-project.org, linux-acpi@vger.kernel.org To: Wolfram Sang Return-path: In-Reply-To: <20131101132048.GD6734@katana> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On 11/01/2013 03:20 PM, Wolfram Sang wrote: > On Fri, Nov 01, 2013 at 02:18:06PM +0100, Rafael J. Wysocki wrote: >> >> Looks good to me. If there are no objections, I can merge these through my tree. > Which is basically fine with me. Do you want to have it in 3.13 already? > I mean renaming the devices could lead to regressions, so I'd rather be > conservative and aim for 3.14. > Valid concern. Quick grep below doesn't reveal any obvious device name matching outside of sound/soc/ but of course it doesn't prove it to be impossible. git grep '[0-9]\-00' |grep name git grep 'spi[0-9].[0-9]' |grep name -- Jarkko