From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752358AbbL1OlK (ORCPT ); Mon, 28 Dec 2015 09:41:10 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:51319 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbbL1OlG convert rfc822-to-8bit (ORCPT ); Mon, 28 Dec 2015 09:41:06 -0500 From: Arnd Bergmann To: Pali =?ISO-8859-1?Q?Roh=E1r?= Cc: Tony Lindgren , =?ISO-8859-1?Q?Beno=EEt?= Cousson , Ulf Hansson , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Subject: Re: [PATCH 1/2] mmc: omap_hsmmc: Add support for slot-name property in DT Date: Mon, 28 Dec 2015 15:41:01 +0100 Message-ID: <2889805.FbnHzlrmH7@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <201512281528.48097@pali> References: <1431724489-32359-1-git-send-email-pali.rohar@gmail.com> <1600826.3aUcPX7Ju6@wuerfel> <201512281528.48097@pali> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" X-Provags-ID: V03:K0:9gopA8o0MWEGyioj3zuSrOiIqZKh9cnk4Ox2dsrtEy5ATOuK92N Ffy2xUG4XOwOOWjlW3fo6ufsDllm9Mkjv6rXVmeqKySUG9F9wr3yXv/JVV5hLXNKxqwzNfc qbtAihmce2aB5aYqwuMpQpPfxJ4pLfDceaq4C7uNC/wQJ/VXtOg69fHsuCQxbdwP4gUvQBL JjjZX5vXJANY8V57MryUA== X-UI-Out-Filterresults: notjunk:1;V01:K0:LwWKaLN7S5Y=:YsCOukiHLnpQ+rzYKKfWdS zkipT66CHpq4jYVKycdJxkbGDUDcg3OGwMXkCnyXqOsGdA1xcLNj2heVwnntzSiIpEHi96Mr+ M1ADeJih6iAjpfTKHnia4h3nTpEQPOXtyH2c2w2lwwoSCgaqECePeSpS+Q7Kg6EfpqsAsUxI+ vugMnE680AZgr+8beRZpV/84pMbpo4C3SB3yOyDXio8yEeal8DeH3+4TQM+rav47Nn6qBNINX QchaxDMxxUqloyqqfZ4U5jQdNCQZ3tWE2jTN/K+24UBFR40Fyr8AQHyby8uSNO/793tnc3dqO 9ZU76pVGOJH7LFMQRtr8BgliUZGFgojppshmzaYcvvdpWqoZmAxO678GXYK5S0G0mCH4+vmQz O2GgcgG32Mf94o228LJdJ3itl0CiE/p/XQp8DgN3rzTh0822cE6BfAXJTMnsqKZC7PUrRJw7/ LZVJLNkN+0cfcEzpMeBJGVcCflZ2p8x86Yn2ijgtpKtNw3aAszqq4xb3hVmyfeitxINFzRioQ XPDiMojG4QSPN8p/UFgyt+aNxgrjQA10Q26+rXgNWy2NZO6A4bc6szln7ubG5v64815GdsXRA CWjMCh5Idb70URpouuZYDsIcK50eZx9V/qc/4tLifedLq1WFzA3vr0NqZ7aedcNBUsa0NONRX 7NRYHGFwKS3463q3FeCpTdAfXT9iJae0/aNT0DQ9vlk06ciHccCJ4UwdPs/k4iJfXtSk71pJ/ PqxNdY8TBjBjgtBR Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 28 December 2015 15:28:48 Pali Rohár wrote: > On Monday 28 December 2015 15:14:50 Arnd Bergmann wrote: > > On Friday 25 December 2015 13:53:11 Pali Rohár wrote: > > > On Monday 18 May 2015 17:07:57 Arnd Bergmann wrote: > > > > On Monday 18 May 2015 08:06:07 Tony Lindgren wrote: > > > > > * Arnd Bergmann [150515 14:26]: > > > > > > On Friday 15 May 2015 23:22:37 Pali Rohár wrote: > > > > > If setting up the generic binding is expected to take a while, > > > > > you can naturally pass it in pdata while waiting for the > > > > > generic binding to get merged. > > > > > > > > Yes, good idea. So the n900 machine can use auxdata to pass this > > > > for the time being, while the binding and generic implementation > > > > is being worked out. > > > > > > Ok, so what is needed to finish this patch series? > > > > I don't know where we are at this point. Has either the auxdata > > approach or the generic binding been worked on at all? > > What are auxdata data? I mean you can add the platform data to the omap_auxdata_lookup[] table for this board. > And what do you mean with "generic binding" approach? Start a discussion to specify slot names and implement that in the mmc driver core, so we can remove the hack from the OMAP driver and make it work the same way for any machine. Arnd