From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Mon, 25 Mar 2013 11:00:19 -0700 Subject: [PATCH 5/9] staging: ste_rmi4: kill platform_data hack In-Reply-To: References: <1363866553-15054-1-git-send-email-linus.walleij@stericsson.com> <1363902674-6456-1-git-send-email-arnd@arndb.de> <1363902674-6456-6-git-send-email-arnd@arndb.de> Message-ID: <20130325180019.GA10132@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 25, 2013 at 02:12:25PM +0100, Linus Walleij wrote: > On Thu, Mar 21, 2013 at 10:51 PM, Arnd Bergmann wrote: > > > There is only one instance of the platform data for synaptics_i2c_rmi4 > > in the mainline kernel, so there is no point of pretending its > > variable here. The only member that has a dependency on the platform > > is actually the interrupt number, and there is a field in the > > i2c_client structure that gets initialized from the board info, > > so we can trivially move the board_into into the platform without > > knowledge of the platform_data structure. > > > > Signed-off-by: Arnd Bergmann > > Greg can we have your ACK on this patch to staging so we can take > it through the ARM SoC tree? > > (Tell me if you can't retrieve it and I'll send it verbose.) Please resend it as I don't see it in my mailboxes anywhere... thanks, greg k-h