1. 02 8月, 2013 1 次提交
    • B
      usb: gadget: at91_udc: add usb_clk for transition to common clk framework · c0aefc75
      Boris BREZILLON 提交于
      The AT91 PMC (Power Management Controller) provides an USB clock used by
      USB Full Speed host (ohci) and USB Full Speed device (udc).
      The usb drivers (ohci and udc) must configure this clock to 48Mhz.
      This configuration was formely done in mach-at91/clock.c, but this
      implementation will be removed when moving to common clk framework.
      
      This patch adds support for usb clock retrieval and configuration, and is
      backward compatible with the current at91 clk implementation (if usb clk
      is not found, it does not configure/enable it).
      Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      c0aefc75
  2. 04 5月, 2012 1 次提交
  3. 10 9月, 2011 1 次提交
    • K
      usb gadget: clean up FSF boilerplate text · 28c9fc68
      Klaus Schwarzkopf 提交于
      remove the following two paragraphs as they are not needed:
      
      This program is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
      FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
      License for more details.
      
      You should have received a copy of the GNU General Public License along with
      this program; if not, write to the Free Software Foundation, Inc.,59
      Temple Place - Suite 330, Boston, MA  02111-1307, USA.
      Signed-off-by: NKlaus Schwarzkopf <schwarzkopf@sensortherm.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      28c9fc68
  4. 19 7月, 2010 1 次提交
  5. 17 6月, 2010 1 次提交
  6. 26 7月, 2008 1 次提交
  7. 02 2月, 2008 3 次提交
  8. 08 2月, 2007 1 次提交
    • D
      USB: at91_udc wakeup event updates · 66e56ce7
      David Brownell 提交于
      This updates the AT91 UDC driver's handling of wakeup events:
      
       - Fix a bug in the original scheme, which was never updated after
         the {enable,disable}_irq_wake() semantics were updated to address
         refcounting issues (i.e. behave for shared irqs).
      
       - Couple handling of both type of wakeup events, to be more direct.  The
         controller can be source of wakeup events for cases like bus reset
         and USB resume.  On some boards, VBUS sensing is also IRQ driven.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      66e56ce7
  9. 21 12月, 2006 2 次提交
  10. 03 8月, 2006 1 次提交
  11. 21 3月, 2006 1 次提交