From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932085Ab2LMQHW (ORCPT ); Thu, 13 Dec 2012 11:07:22 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:60668 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755603Ab2LMQHU (ORCPT ); Thu, 13 Dec 2012 11:07:20 -0500 MIME-Version: 1.0 In-Reply-To: <1355410348-5129-1-git-send-email-gautam.vivek@samsung.com> References: <1355410348-5129-1-git-send-email-gautam.vivek@samsung.com> Date: Thu, 13 Dec 2012 21:37:16 +0530 Message-ID: Subject: Re: [PATCH 0/2] usb: exynos: Fix compatible strings used for device From: Vivek Gautam To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, stern@rowland.harvard.edu, balbi@ti.com, rob.herring@calxeda.com, grant.likely@secretlab.ca, kgene.kim@samsung.com, jg1.han@samsung.com, Vivek Gautam Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CC: LKML On Thu, Dec 13, 2012 at 8:22 PM, Vivek Gautam wrote: > Using chip specific compatible string as it should be. > So fixing this for ehci-s5p, ohci-exynos and dwc3-exynos > which till now used a generic 'exynos' in their compatible strings. > > This goes as per the discussion happened in the thread for > [PATCH v2] ARM: Exynos5250: Enabling dwc3-exynos driver > available at: > http://www.spinics.net/lists/linux-usb/msg74145.html > > Vivek Gautam (2): > usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device > usb: dwc3-exynos: Fix compatible strings for the device > > drivers/usb/dwc3/dwc3-exynos.c | 2 +- > drivers/usb/host/ehci-s5p.c | 2 +- > drivers/usb/host/ohci-exynos.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > -- > 1.7.6.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Thanks & Regards Vivek