From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZzGXH-0001hv-26 for barebox@lists.infradead.org; Thu, 19 Nov 2015 04:09:27 +0000 Received: by igvi2 with SMTP id i2so3677033igv.0 for ; Wed, 18 Nov 2015 20:09:05 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447896407.4553.181.camel@rtred1test09.kymeta.local> References: <1447028327-20277-1-git-send-email-andrew.smirnov@gmail.com> <20151109062001.GO8526@pengutronix.de> <1447896407.4553.181.camel@rtred1test09.kymeta.local> Date: Wed, 18 Nov 2015 20:09:05 -0800 Message-ID: From: Andrey Smirnov List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v2] i2c: Add support for DesignWare controllers To: Trent Piepho Cc: "barebox@lists.infradead.org" On Wed, Nov 18, 2015 at 5:26 PM, Trent Piepho wrote: > On Mon, 2015-11-09 at 07:20 +0100, Sascha Hauer wrote: >> On Sun, Nov 08, 2015 at 04:18:46PM -0800, Andrey Smirnov wrote: >> > Add a driver for DesignWare I2C controller IP block found on several >> > SoCs including Altera SoC products >> > >> > Tested using Terrasic SoCKit board and GPIO expander board with I2C >> > EEPROM on it >> > >> > Signed-off-by: Andrey Smirnov > >> > + uint32_t ic_con, ic_comp_type_value; >> > + >> > + pdata = pdev->platform_data; >> > + >> > + dw = xzalloc(sizeof(*dw), GFP_KERNEL); >> > + > > Doesn't compile, xzalloc() has one argument, no page flags. *Sigh* Looks like I didn't do a good job testing v2 patchset, my bad, sorry. I'll submit a patch to fix this, unless either of you guys already did so. Once again, I apologize for making such an obvious mistake. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox