From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.active-venture.com ([67.228.131.205]:57750 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751556AbaBIUNB (ORCPT ); Sun, 9 Feb 2014 15:13:01 -0500 Message-ID: <52F7E14D.8060607@roeck-us.net> Date: Sun, 09 Feb 2014 12:13:01 -0800 From: Guenter Roeck MIME-Version: 1.0 To: Michal Simek , linux-kernel@vger.kernel.org, monstr@monstr.eu CC: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 05/10] watchdog: xilinx: Allocate private structure per device References: <255ff18dc52347e1bc8b0a0060eaa1037e02bdaa.1391177880.git.michal.simek@xilinx.com> In-Reply-To: <255ff18dc52347e1bc8b0a0060eaa1037e02bdaa.1391177880.git.michal.simek@xilinx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 01/31/2014 06:18 AM, Michal Simek wrote: > Only one watchdog could be used by this driver. > Create driver private data structure and move there > all variables for one instance. > > Signed-off-by: Michal Simek Reviewed-by: Guenter Roeck From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Sun, 09 Feb 2014 12:13:01 -0800 Subject: [PATCH 05/10] watchdog: xilinx: Allocate private structure per device In-Reply-To: <255ff18dc52347e1bc8b0a0060eaa1037e02bdaa.1391177880.git.michal.simek@xilinx.com> References: <255ff18dc52347e1bc8b0a0060eaa1037e02bdaa.1391177880.git.michal.simek@xilinx.com> Message-ID: <52F7E14D.8060607@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/31/2014 06:18 AM, Michal Simek wrote: > Only one watchdog could be used by this driver. > Create driver private data structure and move there > all variables for one instance. > > Signed-off-by: Michal Simek Reviewed-by: Guenter Roeck