Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753673AbbHJOXX (ORCPT ); Mon, 10 Aug 2015 10:23:23 -0400 Received: from down.free-electrons.com ([37.187.137.238]:36636 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752323AbbHJOXU (ORCPT ); Mon, 10 Aug 2015 10:23:20 -0400 From: Alexandre Belloni To: Alan Stern Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH 0/4] USB: host: ohci-at91: cleanups Date: Mon, 10 Aug 2015 16:23:08 +0200 Message-Id: <1439216592-11381-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 25 Hi, Here are a few cleanups for ohci-at91. This is the fallout of AT91 now being DT only. Alexandre Belloni (4): USB: host: ohci-at91: move at91_usbh_data definition in c file USB: host: ohci-at91: depend on OF USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probe USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probe drivers/usb/host/Kconfig | 8 +- drivers/usb/host/ohci-at91.c | 179 ++++++++++++++++-------------------- include/linux/platform_data/atmel.h | 12 --- 3 files changed, 85 insertions(+), 114 deletions(-) -- 2.1.4 -- 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/