Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752640AbbKPOH7 (ORCPT ); Mon, 16 Nov 2015 09:07:59 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:61142 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752717AbbKPOFv convert rfc822-to-8bit (ORCPT ); Mon, 16 Nov 2015 09:05:51 -0500 From: Arnd Bergmann To: glen lee Cc: Greg Kroah-Hartman , Johnny Kim , Austin Shin , Chris Park , Tony Cho , Leo Kim , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 15/20] staging/wilc1000: pass hif operations through initialization Date: Mon, 16 Nov 2015 15:05:41 +0100 Message-ID: <4322239.PAt56lqfM0@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <5649332F.3020901@atmel.com> References: <1447198960-2760143-1-git-send-email-arnd@arndb.de> <4443486.3C2xMnGSPO@wuerfel> <5649332F.3020901@atmel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="utf-8" X-Provags-ID: V03:K0:9AWQXwxqU/S55knJcV4SFTqAxbX7D5pyuHK2KpKXG3xw1B4cjBy dvGByEqLhxXr6buErq+Wdy3mFeXtpD0urwgsffP5e6unz2VqU4oJpCc3pfOfxodwD+7N2W6 Bb/iWE1lD7ASMILHjK1VQ59sN4sf+QYbkkYSaD7Joe2BBJ3UmEzn5wfIlAOCKlXbdlIAra1 k5PPTOdgWaHU4ci01HzTw== X-UI-Out-Filterresults: notjunk:1;V01:K0:OUZ/atYFHEU=:RNtdNJxx+uXq1EEG/f2HfP z3C/Pqplw7sPNgPVW9a7c5iOeSpX4EAMevmRwqFI4w2jS+dUqeYO9YcsYS815p6ElCPIPSoU0 OeQMwqFakbq27dlJEkjS5kCyAZDMb7Lh2/dXiXyItJM9Avf3wBR9qcn43tm+7svNNk6S+8I89 pOGwNdWaPkyz/X+E7AFopoA3n1vUEHty1I1PuCWUTXAoHFTIePhTZuc4F7q207zJHO+tddd6P YgUuCT+km+gBYAtafY+PEtzpS+Sa160AxOY7m9tPfWOY8OSWbZ+ExHKvJljLWGuOFz+AOJ+Cf XZdqYr6Ba8QZ4QCZr1Xg56rH0STu2cX9oiCMdr1EqHwzRU6M9mLJndKnSmW89/vEH8C/FIg/D hvPEFuplRlAxDWH53Poht/Pi0Hqe2yceWxBvcCzvd7iS8U/7WFhsh+ZOptpTMa+DifYEFUSyI 2Lky2c/ngzMqw8qeAUZLUy0uRi7CVFpzL1ZXpt0P/h3jzI6j9PyYiKfwuamAhfuQ5f+OHrrus KeGRO7NXSFG8IFoQOKyFy1CB3RBlMb1dugx49gpjacnASsnT6SBJ4bWgMqoxeWbwMIMsAANsw m3tndtTtSfWOay5LBH6piBD569jjrFb9e8+juM38VhxaUGiDc09LB2ZiR9nsPCxBLrkXSCbJb IC6Yq1utuCARDWLUWf3/BmAkhPoJ05WWsEM5zBDfjM7cO6eDru+bogtpfB/yhxZWVXUFdpL2O P9mOtuQo9pshypZf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1124 Lines: 30 On Monday 16 November 2015 10:36:47 glen lee wrote: > On 2015년 11월 13일 18:17, Arnd Bergmann wrote: > > On Friday 13 November 2015 16:49:22 glen lee wrote: > >> Hi arnd, > >> > >> I found this. These should be like this. It works fine. > >> + .hif_block_tx_ext = sdio_write, > >> + .hif_block_rx_ext = sdio_read, > >> > >> also, wilc_hif_spi need to be fixed together like this. > >> + .hif_block_tx_ext = _wilc_spi_write, > >> + .hif_block_rx_ext = _wilc_spi_read, > >> > >> Thank you for all the patches. > >> > > Glad you found it. How should we go on to get the right version merged? > > Do you want to send the working version of my patches to Greg along with > > whatever you have on your end, or do you prefer me to re-send it? > > In my opinion, why don't you re-send the whole patches again since I'm still working on. > Ok, done. 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/