aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17usb: renesas_usbhs: add support for RZ/G2EFabrizio Castro1-0/+4
2018-12-12usb: renesas_usbhs: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-12-05usb: renesas_usbhs: Use SIMPLE_DEV_PM_OPS macroYoshihiro Shimoda1-4/+1
2018-12-05usb: renesas_usbhs: Remove dummy runtime PM callbacksJarkko Nikula1-14/+0
2018-09-28usb: renesas_usbhs: add support for R-Car E3Yoshihiro Shimoda1-0/+4
2018-09-28Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel"Yoshihiro Shimoda1-9/+0
2018-09-20usb: renesas_usbhs: Add multiple clocks managementYoshihiro Shimoda1-0/+88
2018-09-20usb: renesas_usbhs: Add reset_controlYoshihiro Shimoda1-0/+12
2018-01-09usb: renesas_usbhs: Add support for RZ/A1Chris Brandt1-0/+13
2017-12-14usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda1-0/+9
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-07renesas_usbhs: use renesas_usbhs_get_info()Kuninori Morimoto1-2/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: renesas_usbhs: Use of_device_get_match_data() helperGeert Uytterhoeven1-2/+1
2017-10-19usb: renesas_usbhs: add support for R-Car D3Yoshihiro Shimoda1-1/+9
2017-10-19usb: renesas_usbhs: unify Gen2/3 pipe_config settingYoshihiro Shimoda1-9/+4
2017-07-19usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRLYoshihiro Shimoda1-1/+3
2017-01-24usb: renesas_usbhs: Replace the deprecated extcon APIChanwoo Choi1-1/+1
2016-08-31usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda1-0/+4
2016-08-11usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacYoshihiro Shimoda1-1/+2
2016-06-29usb: renesas_usbhs: show error code when probe failedYoshihiro Shimoda1-1/+1
2016-03-04usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda1-4/+10
2015-12-16usb: renesas_usbhs: add fallback compatibility stringsSimon Horman1-0/+9
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda1-35/+34
2015-09-30usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda1-0/+5
2015-09-30usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda1-1/+1
2015-07-29usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi1-1/+1
2015-05-26usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda1-0/+4
2015-05-26usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda1-11/+4
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda1-0/+19
2015-01-12usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov1-0/+17
2015-01-12usb: renesas_usbhs: fix platform init error messageSergei Shtylyov1-1/+1
2015-01-12usb: renesas_usbhs: kill dead code in usbhs_probe()Sergei Shtylyov1-5/+1
2014-11-05usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara1-2/+4
2014-11-03usb: renesas_usbhs: common: remove duplicate check on resourceVarka Bhadram1-2/+2
2014-11-03usb: renesas_usbhs: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-09-05usb: renesas_usbhs: Add device tree support for R-Car H2 and M2Yoshihiro Shimoda1-0/+44
2014-07-16usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht1-5/+61
2013-08-27usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-07-31usb: renesas: use dev_get_platdata()Jingoo Han1-2/+2
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com1-0/+5
2012-09-11usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto1-11/+4
2012-08-10usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto1-3/+3
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-1/+1
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro1-5/+6
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-18/+21
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto1-0/+5