Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752002AbbKCJxW (ORCPT ); Tue, 3 Nov 2015 04:53:22 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:56044 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbbKCJxR (ORCPT ); Tue, 3 Nov 2015 04:53:17 -0500 From: Arnd Bergmann To: Patrick Boettcher Cc: Greg Kroah-Hartman , Stephen Boyd , linux-kernel@vger.kernel.org, harlina daud Subject: Re: csdio-kernel module status, if any (was: Re: char interface to sdio, chdio.c) Date: Tue, 03 Nov 2015 10:52:59 +0100 Message-ID: <3817529.jIXXvnqRMQ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151103103301.075786dd@dibcom294.coe.adi.dibcom.com> References: <20151103103301.075786dd@dibcom294.coe.adi.dibcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:fN8uy8ieQQYdCCW7cmrIfgAoxJBjPTx8zLkIgtoFLO5im4sWA8R p8RpVDW11/IQf7B5HFeu+lhipFjJ6x0+KoqrPOR7mAk+fijRwuAducWnAg0OKeT8+rZbR5O sFeuUpCT1DYcfmxV6rC0iuon2eIM1D0nlKpab+dLRjmJ7a4C8pOrbAh7YZMuCq6Cs+l15Oc 5zaYiJUuqryv6khKuh6VA== X-UI-Out-Filterresults: notjunk:1;V01:K0:z60lXd8abP8=:M72hplipTm9hDy1fIhCoSf Fccp20tOXW2PJfzVn3/U98o8S+UATzX//6y5ViRR8nqG7WQqnt7Tkec5fjE7xcUNCKRwh3TUt 4TZidHQqpbGBPgr7AinnYy6qw7p5cWM5WXx2tmxhPDnnWry/ycvOl3633r9qw6sYe89+8rqBj turdtku5MNTnSKSTGb6C07JBX+I6s6iKhBsC3WErxRzwX0lleeWXv7lkQZKENyyf5HuoREV/O ztt9rAWzB0Up9YxiJnZXaZTotYy2mHDKe/KDThDqvN251pb/lp1T6uBJgYbcnogP92Q5sbGFA JZZPUWOdX6RWULWov29NFAFPvVwMHfD05SpRdAzJXF5hQUCkJGrmA6oCp/6aGwspbv0/Z9HIj 7YiFHp/y3+4gt5kbXeI7NfpjjwmZi9Jj6+aTO2diuBx+T6jwL9i0mL/f5V9NoSuam3VkwNXTF Nr6deCpHBCEzNbSHBB9/KydFG4OQBw6wH5Dg6cB+M7TbhguniMdsrTRlRG0fVkHE5VM7natVl FK8el2NvSH71O4CgUx44oSvy94BtY/6Z+yV/vZ0xr2/YwhnyXkWTK14YCcaUaO0eXev08iHd8 bmqBT9kYAoRuoUQBBr8wb608w+MW56MhI+IsGv5Jlm2EqHvjupUgKBok4Ty0bzBY2j8ghBApm Hz/FKSUlAk09RKAeDYtdBkPAh+bc5Wj4UcpZN3h/P0thsab6Lnx6VNsbdGS/SaNXVeWXHEnQo GUFS7BIbZxhBTo4F Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1759 Lines: 42 On Tuesday 03 November 2015 10:33:01 Patrick Boettcher wrote: > Hi all, > > Sorry for posting out-of-thread, but I don't have the original mail and > thus cannot reply. > > If refer to this thread: > > https://lkml.org/lkml/2014/7/15/975 > > where you guys started to review and prepare things for > upstream-inclusion of the csdio-module. > > Strangely enough the last mail on lkml.org isn't showing - I had to > use another lkml-archive: http://lkml.iu.edu/hypermail/linux/kernel/1407.2/01971.html > > In it, greg is saying, that this thing is "_way_ down" on his list. > > Has, by magic, anything evolved regarding the remarks made by Arnd and > I'm just too blind to find it? (nothing in recent kernel sources) > > We are having the exact same need (a basic sdio-device-driver > accessing things from user-space) and are ready to invest some time in > it (if nothing comes in between) - but of course would like to start > from something sane. I have never heard from it again. Looking at the Android sources, I find that the driver has been removed between Android 6.0-r0.5: https://android.googlesource.com/kernel/msm/+/f06163e6d0b0c001ed79275cbe522d0b62ace3ed The basic concept of the driver looks sane, so I think it makes sense to start out with the code from Android 6.0-r0.4 and adapt it to your needs. An alternative would be to build on the support we have in the MMC block driver that allows sending commands to a card, but that is currently limited to the block device interface. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/