From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Shyti Subject: Re: [PATCH 0/4] cbus/retu drivers to mainline Date: Tue, 4 Sep 2012 18:09:38 +0200 Message-ID: <20120904160938.GB4361@Jack.Whiskey> References: <1346703805-31598-1-git-send-email-aaro.koskinen@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1346703805-31598-1-git-send-email-aaro.koskinen@iki.fi> Sender: linux-kernel-owner@vger.kernel.org To: Aaro Koskinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org Hi Aaro, On Mon, Sep 03, 2012 at 11:23:21PM +0300, Aaro Koskinen wrote: > This patch set introduces drivers for CBUS access and Retu multifunction > chip found on Nokia Internet Tablets (770, N800, N810). It would be > nice get these patches applied as the functionality of these devices is > severely lacking without Retu. E.g. watchdog support is mandatory at > least on Nokia N800, you cannot currently run the mainline kernel for > longer than ~60 seconds (there is no way to disable the watchdog). > > Drivers originate from linux-omap cbus branch and have been cleaned > up/rewritten around i2c and MFD core. > > Patches have been tested on top of 3.6-rc4 with Nokia N800 (watchdog > feeding works, power off shuts down the device, power button triggers > IRQs and input events). > > Changes since the RFC version > (http://marc.info/?l=linux-omap&m=134618967116737&w=2): > - added DT support for getting i2c-cbus GPIO pins > - merged n8x0 board file changes into i2c-cbus patch > - corrected typo in Kconfig for MFD_RETU > - added power off functionality to retu-mfd > - added IRQ functionality to retu-mfd > - added power button key driver > - some cleanups > > Aaro Koskinen (4): > i2c: introduce i2c-cbus driver > mfd: introduce retu-mfd driver > watchdog: introduce retu_wdt driver > input: misc: introduce retu-pwrbutton I had a look to the patches 1, 2 and 4, so for them Reviewed-by: Andi Shyti