Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752867AbaAXOPJ (ORCPT ); Fri, 24 Jan 2014 09:15:09 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:44069 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752359AbaAXOPH (ORCPT ); Fri, 24 Jan 2014 09:15:07 -0500 From: George Cherian To: CC: , , , George Cherian Subject: [PATCH 0/3] Enable ISOCH IN handling for AM335x Date: Fri, 24 Jan 2014 19:44:52 +0530 Message-ID: <1390572895-26428-1-git-send-email-george.cherian@ti.com> X-Mailer: git-send-email 1.8.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series enables the ISOCH IN handling for AM335x HOST mode. With this series webcam devices are now supported under AM335x MUSB HOST with CPPI DMA enabled. Patch 1 - Enable basic ISOCH IN handling Patch 2 - Make CPPI aware of hb transfers Patch 3 - Using hrtimer based polling for tx empty leads to hang , fixes it George Cherian (3): usb: musb: musb_host: Enable ISOCH IN handling for AM335x host usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfers usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer. drivers/usb/musb/musb_cppi41.c | 67 +++++++++++++++++++++++++++++++++++++++++- drivers/usb/musb/musb_host.c | 29 ++++++++++++++++-- 2 files changed, 92 insertions(+), 4 deletions(-) -- 1.8.1 -- 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/