summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.c
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: Add support for RZ/A1Chris Brandt2018-01-091-0/+13
* usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda2017-12-141-0/+9
* USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman2017-11-071-10/+0
* renesas_usbhs: use renesas_usbhs_get_info()Kuninori Morimoto2017-11-071-2/+2
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: renesas_usbhs: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-2/+1
* usb: renesas_usbhs: add support for R-Car D3Yoshihiro Shimoda2017-10-191-1/+9
* usb: renesas_usbhs: unify Gen2/3 pipe_config settingYoshihiro Shimoda2017-10-191-9/+4
* usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRLYoshihiro Shimoda2017-07-191-1/+3
* usb: renesas_usbhs: Replace the deprecated extcon APIChanwoo Choi2017-01-241-1/+1
* usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda2016-08-311-0/+4
* usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacYoshihiro Shimoda2016-08-111-1/+2
* usb: renesas_usbhs: show error code when probe failedYoshihiro Shimoda2016-06-291-1/+1
* usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda2016-03-041-4/+10
* usb: renesas_usbhs: add fallback compatibility stringsSimon Horman2015-12-161-0/+9
* usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda2015-12-151-35/+34
* usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda2015-09-301-0/+5
* usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-09-301-1/+1
* usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi2015-07-291-1/+1
* usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda2015-05-261-0/+4
* usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda2015-05-261-11/+4
* usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda2015-03-131-0/+19
* usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov2015-01-121-0/+17
* usb: renesas_usbhs: fix platform init error messageSergei Shtylyov2015-01-121-1/+1
* usb: renesas_usbhs: kill dead code in usbhs_probe()Sergei Shtylyov2015-01-121-5/+1
* usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara2014-11-051-2/+4
* usb: renesas_usbhs: common: remove duplicate check on resourceVarka Bhadram2014-11-031-2/+2
* usb: renesas_usbhs: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-3/+1
* usb: renesas_usbhs: Add device tree support for R-Car H2 and M2Yoshihiro Shimoda2014-09-051-0/+44
* usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht2014-07-161-5/+61
* usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen2013-08-271-1/+1
* usb: renesas: use dev_get_platdata()Jingoo Han2013-07-311-2/+2
* usb: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+4
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com2012-10-161-0/+5
* usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto2012-09-111-11/+4
* usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto2012-08-101-3/+3
* renesas_usbhs: cleanup quoted includesPaul Bolle2012-06-051-1/+1
* usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro2012-01-241-5/+6
* Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-131-18/+21
|\
| * usb: renesas_usbhs: add test-mode supportKuninori Morimoto2011-12-121-0/+5
| * usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto2011-12-121-1/+1
| * usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto2011-12-121-1/+1
| * usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto2011-12-121-0/+7
| * usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto2011-12-121-1/+2
| * usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto2011-12-121-1/+1
| * usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto2011-12-121-9/+4
| * usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto2011-12-121-9/+4
* | usb: convert drivers/usb/* to use module_platform_driver()Axel Lin2011-11-281-12/+1
|/