aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/ci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-05usb: chipidea: Always build ULPI codeFabio Estevam1-8/+0
2018-05-31USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+1
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-15usb: chipidea: udc: update gadget state after bus resumeLi Jun1-0/+2
2017-01-20usb: chipidea: Add support for ULPI PHY busStephen Boyd1-0/+21
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd1-3/+0
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen1-0/+3
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+4
2015-08-14usb: chipidea: add tx/rx burst size configuration interfacePeter Chen1-0/+1
2015-08-14usb: chipidea: introduce ci_platform_configurePeter Chen1-0/+2
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen1-0/+1
2015-07-29usb: chipidea: update ci_otg_is_fsm_mode conditionsLi Jun1-1/+4
2015-03-26usb: chipidea: use hrtimer for otg fsm timersLi Jun1-2/+8
2015-03-18usb: chipidea: add chipidea revision informationPeter Chen1-0/+14
2015-03-18usb: chipidea: add identification registers access APIsPeter Chen1-0/+39
2015-03-18usb: chipidea: add runtime power management supportPeter Chen1-0/+6
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen1-1/+1
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart1-1/+4
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-2/+3
2014-09-23usb: chipidea: enhance kernel-doc formatPeter Chen1-4/+10
2014-04-24usb: chipidea: add OTG fsm operation functions implementationLi Jun1-0/+2
2014-04-24usb: chipidea: usb OTG fsm initialization.Li Jun1-0/+17
2014-04-24usb: chipidea: export interrupt enable and status register read functionsLi Jun1-0/+4
2014-02-24usb: chipidea: refine PHY operationPeter Chen1-2/+0
2014-01-13usb: chipidea: add freescale imx28 special write register methodPeter Chen1-2/+24
2014-01-07usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde1-33/+30
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen1-0/+3
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen1-0/+5
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin1-25/+25
2013-06-17usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik1-0/+1
2013-03-30usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik1-0/+1
2013-03-30usb: chipidea: don't redefine __ffs()Felipe Balbi1-14/+1
2013-03-30usb: chipidea: convert debug entries in sysfs to debugfsAlexander Shishkin1-0/+2
2013-03-29Revert "USB: chipidea: add vbus detect for udc"Peter Chen1-1/+0
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao1-0/+1
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao1-0/+2
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao1-13/+13
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao1-2/+2
2012-05-11usb: chipidea: drop unused field "device" from ci13xxx_epAlexander Shishkin1-2/+0
2012-05-11usb: chipidea: use generic map/unmap routinesAlexander Shishkin1-1/+0
2012-05-11usb: chipidea: add host roleAlexander Shishkin1-1/+6
2012-05-11usb: chipidea: brush up structure definitionsAlexander Shishkin1-53/+103
2012-05-11usb: chipidea: remove unused field "regs" from ci13xxxAlexander Shishkin1-1/+0
2012-05-11usb: chipidea: add support for rolesAlexander Shishkin1-3/+61
2012-05-11usb: chipidea: split the driver code into unitsAlexander Shishkin1-0/+204