From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@prisktech.co.nz (Tony Prisk) Date: Thu, 04 Apr 2013 07:08:30 +1300 Subject: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module In-Reply-To: References: <1364970291-17721-1-git-send-email-linux@prisktech.co.nz> Message-ID: <515C701E.1000402@prisktech.co.nz> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/04/13 02:40, Linus Walleij wrote: > On Wed, Apr 3, 2013 at 8:24 AM, Tony Prisk wrote: > >> v5 changes: >> Changed as requested by Rob Herring: >> Added of_find_property_value_of_size() to drivers/of/base.c to remove some >> code that was being duplicated. >> >> Changed as requested by Stephen Warren: >> Redid the kfree(maps) code as devm_kzalloc would cause issues. We now kzalloc >> maps all at once, and configs as required. A call to wmt_pctl_dt_free_map() is >> used to kfree the allocated blocks if we fail early. > This v5 series: > Acked-by: Linus Walleij > > I guess it will go in through the VT8500 tree eventually? > > Maybe you could put Stephen's BCMring patch on top when sending > it in (also Acked-by) so we can avoid having that dangling. > > Yours, > Linus Walleij We don't have a VT8500 tree. Originally I planned for it to go through you, but it could go through arm-soc if they want to take it. Regards Tony P