summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/common.c
AgeCommit message (Expand)Author
2017-09-10usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRLYoshihiro Shimoda
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda
2015-01-12usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov
2015-01-12usb: renesas_usbhs: fix platform init error messageSergei Shtylyov
2015-01-12usb: renesas_usbhs: kill dead code in usbhs_probe()Sergei Shtylyov
2014-11-05usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara
2014-11-03usb: renesas_usbhs: common: remove duplicate check on resourceVarka Bhadram
2014-11-03usb: renesas_usbhs: delete unnecessary 'out of memory' messagesPeter Chen
2014-09-05usb: renesas_usbhs: Add device tree support for R-Car H2 and M2Yoshihiro Shimoda
2014-07-16usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht
2013-08-27usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen
2013-07-31usb: renesas: use dev_get_platdata()Jingoo Han
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com
2012-09-11usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto
2012-08-10usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin
2011-11-14usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: make sure SOF packet sending-out controlKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: support otg pin controlKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto
2011-06-07usb: renesas_usbhs: add usbhsf_fifoKuninori Morimoto
2011-05-11usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto
2011-04-29usb: renesas_usbhs: add autonomy modeKuninori Morimoto
2011-04-29usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto
2011-04-29usb: renesas_usbhs: add power control functionKuninori Morimoto
2011-04-29usb: renesas_usbhs: move pdev_to_priv to globalKuninori Morimoto
2011-04-29usb: renesas_usbhs: remove callback when module removed.Kuninori Morimoto
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto