Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758196AbaD3IdW (ORCPT ); Wed, 30 Apr 2014 04:33:22 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:32045 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758056AbaD3IdN (ORCPT ); Wed, 30 Apr 2014 04:33:13 -0400 X-AuditID: cbfec7f4-b7fb36d000006ff7-27-5360b543b454 Message-id: <5360B538.3020104@samsung.com> Date: Wed, 30 Apr 2014 10:32:56 +0200 From: Tomasz Stanislawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-version: 1.0 To: Rahul Sharma , Andreas Oberritter Cc: Andrzej Hajda , "linux-kernel@vger.kernel.org" , linux-samsung-soc , "devicetree@vger.kernel.org" , "linux-media@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , Kukjin Kim , Kishon Vijay Abraham I , Kyungmin Park , Rob Herring , Grant Likely , Sylwester Nawrocki , Rahul Sharma , sunil joshi Subject: Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver References: <1396967856-27470-1-git-send-email-t.stanislaws@samsung.com> <1396967856-27470-2-git-send-email-t.stanislaws@samsung.com> <534506B1.4040908@samsung.com> <5345333D.4080505@saftware.de> In-reply-to: Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrNLMWRmVeSWpSXmKPExsVy+t/xa7rOWxOCDf5c5LS4te4cq8X8I0Di ytf3bBYH/uxgtPi+6wu7Re+Cq2wWF572sFmcbXrDbnF51xw2i54NW1ktZpzfx2QxddZddouF L+Itpiw6zGrRuvcIu8W8zzuZHAQ8dgJlPDat6mTzuHNtD5vH/e7jTB63P0xk9+jbsorR4/iN 7UwenzfJBXBEcdmkpOZklqUW6dslcGVMWjyPpWA3d8W87fuYGxhfcHQxcnJICJhIfNm0nBnC FpO4cG89WxcjF4eQwFJGidnTP7NDOJ8ZJc4sXM4KUsUroCVx9+MjFhCbRUBV4s//n0wgNhvQ pGNLPjOC2KICERJzJ25mg6gXlPgx+R5YvYiAj8SUV71MIEOZBdawShw5uhNsqLCAjcS+y6dZ ILb1MUlsvL8CrJtTIFjiSmMrWDezgI7E/tZpbBC2vMTmNW+ZJzAKzEKyZBaSsllIyhYwMq9i FE0tTS4oTkrPNdQrTswtLs1L10vOz93ECImwLzsYFx+zOsQowMGoxMMrsDU+WIg1say4MvcQ owQHs5IIb0ZHQrAQb0piZVVqUX58UWlOavEhRiYOTqkGxqCXh/hnXeMK3Kc4oaHn5nfTrcYz LhvNCje/LLv/AMvdtDadR2sMHbyEbkzwF3KyNu6/JrLtsoI71/sXLm7Na5PK7L0mOamfPhj8 foHlujMvLx/ONkjU1zOI5HoqnmWw/cL6rRmR2eWXZePfibafk0zY0BNSdPNYUeAaPgO9mV7v /T8VnS94rMRSnJFoqMVcVJwIABcw2oeOAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rahul, I will prepare we v3 version. Do you want me to add your patches for exynos5?50 to the patchset? Regards, Tomasz Stanislawski On 04/30/2014 08:37 AM, Rahul Sharma wrote: > Hi Tomasz, > > I have tested your patches for exynos5250 and 5420. Works fine. Are > you planning to post v3? If you want I can share hand with you for v3. > > Regards, > Rahul Sharma > > On 9 April 2014 17:17, Andreas Oberritter wrote: >> Hello Andrzej, >> >> On 09.04.2014 10:37, Andrzej Hajda wrote: >>>> +static int exynos_phy_probe(struct platform_device *pdev) >>>> +{ >>>> + const struct of_device_id *of_id = of_match_device( >>>> + of_match_ptr(exynos_phy_of_match), &pdev->dev); >>>> + const u32 *offsets = of_id->data; >>>> + int count; >>>> + struct device *dev = &pdev->dev; >>>> + struct phy **phys; >>>> + struct resource *res; >>>> + void __iomem *regs; >>>> + int i; >>>> + struct phy_provider *phy_provider; >>>> + >>>> + /* count number of phys to create */ >>>> + for (count = 0; offsets[count] != ~0; ++count) >>>> + ; >>> >>> count = ARRAY_SIZE(offsets) - 1; >> >> u32 *offsets is not an array. >> >> Regards, >> Andreas >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/