From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752082Ab2FKVjr (ORCPT ); Mon, 11 Jun 2012 17:39:47 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:62068 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840Ab2FKVjq (ORCPT ); Mon, 11 Jun 2012 17:39:46 -0400 MIME-Version: 1.0 In-Reply-To: <1339428307-3850-12-git-send-email-lee.jones@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-12-git-send-email-lee.jones@linaro.org> Date: Mon, 11 Jun 2012 23:39:45 +0200 Message-ID: Subject: Re: [PATCH 11/14] usb: otg: Enable probing of the ab8500 during a Device Tree boot From: Linus Walleij To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@stericsson.com, arnd@arndb.de, grant.likely@secretlab.ca, Felipe Balbi , linux-usb@vger.kernel.org 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 On Mon, Jun 11, 2012 at 5:25 PM, Lee Jones wrote: > Without this patch, if Device Tree is enabled the AB8500 USB OTG driver > wouldn't get probed at all, as there is no reference to it from platform > code. This patch ensures the driver is probed during normal DT start-up. > > Cc: Felipe Balbi > Cc: linux-usb@vger.kernel.org > Signed-off-by: Lee Jones Acked-by: Linus Walleij Thanks, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Mon, 11 Jun 2012 23:39:45 +0200 Subject: [PATCH 11/14] usb: otg: Enable probing of the ab8500 during a Device Tree boot In-Reply-To: <1339428307-3850-12-git-send-email-lee.jones@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-12-git-send-email-lee.jones@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 11, 2012 at 5:25 PM, Lee Jones wrote: > Without this patch, if Device Tree is enabled the AB8500 USB OTG driver > wouldn't get probed at all, as there is no reference to it from platform > code. This patch ensures the driver is probed during normal DT start-up. > > Cc: Felipe Balbi > Cc: linux-usb at vger.kernel.org > Signed-off-by: Lee Jones Acked-by: Linus Walleij Thanks, Linus Walleij