Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
13a7a6ac0a11197edcd0f756a035f472b42cdf8b
/
drivers
/
mfd
/
omap-usb-host.c
5dd6eeb
mfd: omap-usb-host: Remove some unused functions
by Rickard Strandqvist
· 10 years ago
78a8354
mfd: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
ddde06b
mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string
by Hans Wennborg
· 10 years ago
46de8ff
mfd: omap-usb-host: Fix improper mask use.
by Michael Welling
· 10 years ago
a7cfee8
mfd: omap-usb-host: Make of_device_id array const
by Krzysztof Kozlowski
· 10 years ago
051fc06
mfd: omap-usb-host: Use clock names as per function for reference clocks
by Roger Quadros
· 11 years ago
775bb07
mfd: omap-usb-host: Use proper clock name instead of alias
by Roger Quadros
· 11 years ago
fedb2e7
mfd: omap-usb-host: Always fail on clk_get() error
by Roger Quadros
· 11 years ago
3aca446
mfd: omap-usb-host: Get clocks based on hardware revision
by Roger Quadros
· 11 years ago
61b7025
mfd: omap-usb-host: Use resource managed clk_get()
by Roger Quadros
· 11 years ago
9981a31
mfd: omap-usb-host: Raw read and write endian fix
by Victor Kamensky
· 11 years ago
b0e5992
mfd: omap-usb: prepare/unprepare clock while enable/disable
by Roger Quadros
· 11 years ago
0f54e1e
mfd: omap-usb: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
7844b98
mfd: omap-usb-host: Staticize usbhs_driver_name
by Sachin Kamat
· 11 years ago
334a41c
mfd: Use dev_get_platdata()
by Jingoo Han
· 11 years ago
d011c45
mfd: omap-usb-host: Convert to devm_ioremap_resource()
by Sachin Kamat
· 12 years ago
03a8f43
mfd: omap-usb-host: Add device tree support and binding information
by Roger Quadros
· 12 years ago
40b0d68
mfd: omap-usb-host: Remove PHY reset handling code
by Roger Quadros
· 12 years ago
9f4a3ec
mfd: omap-usb-tll: Move configuration code to omap_tll_init()
by Roger Quadros
· 12 years ago
662e469
mfd: omap-usb-host: Update nports in platform_data
by Roger Quadros
· 12 years ago
71f4b9c
mfd: omap-usb-host: Use devm_gpio_request_one()
by Jingoo Han
· 12 years ago
26bacba
mfd: omap-usb-host: Actually update hostconfig
by Roger Quadros
· 12 years ago
ab3f2a8
mfd: omap-usb-host: get rid of build warning
by Roger Quadros
· 12 years ago
a8c4e9e
mfd: omap-usb-host: Don't spam console on clk_set_parent failure
by Roger Quadros
· 12 years ago
c4df00a
mfd: omap-usb-host: clean up omap_usbhs_init()
by Roger Quadros
· 12 years ago
c6cd087
mfd: omap-usb-host: Get rid of unnecessary spinlock
by Roger Quadros
· 12 years ago
340c64e
mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
by Roger Quadros
· 12 years ago
06ba7dc
mfd: omap-usb-host: cleanup clock management code
by Roger Quadros
· 12 years ago
ccac71a
mfd: omap-usb-host: override number of ports from platform data
by Roger Quadros
· 12 years ago
d7eaf86
mfd: omap-usb-host: know about number of ports from revision register
by Roger Quadros
· 12 years ago
27d4f2c
mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
by Roger Quadros
· 12 years ago
a1f0d7a
mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
by Roger Quadros
· 12 years ago
9d9c6ae
mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)
by Roger Quadros
· 12 years ago
63b6890
mfd: omap-usb-host: get rid of cpu_is_omap..() macros
by Roger Quadros
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
4740f73
mfd: remove use of __devexit
by Bill Pemberton
· 12 years ago
f791be4
mfd: remove use of __devinit
by Bill Pemberton
· 12 years ago
e8c4a7a
ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>
by Felipe Balbi
· 12 years ago
760189b
mfd: omap-usb-host: Remove TLL specific code from USB HS core driver
by Keshava Munegowda
· 12 years ago
4dc2cce
mfd: omap-usb-host: Invoke the TLL driver from USB HS core driver
by Keshava Munegowda
· 12 years ago
c05995c
mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.
by Russ Dill
· 12 years ago
13176a8
mfd: Fix build breakage in omap-usb-host.c
by Russ Dill
· 13 years ago
1fcb57d
ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue
by Keshava Munegowda
· 13 years ago
f0447a6
mfd: Move omap-usb-host usbhs init before allocing child dev
by Govindraj.R
· 13 years ago
cbb8c22
mfd: Remove omap-usb-host magic numbers for dev dma mask
by Govindraj.R
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
4e9daac
mfd: Use gpio_request_one from omap-usb-host
by Axel Lin
· 13 years ago
1e7fe1a
MFD: OMAP: USB: Runtime PM support
by Keshava Munegowda
· 13 years ago
a6d3a66
ARM: OMAP: USB: device name change for the clk names of usbhs
by Keshava Munegowda
· 13 years ago
417e206
mfd: Fix omap-usb-host build failure
by Ming Lei
· 13 years ago
e600cff
mfd: Make omap-usb-host TLL mode work again
by Anand Gadiyar
· 13 years ago
e2e49d5
mfd: Fix the omap-usb-host clock API usage on usbhs_disable()
by Keshava Munegowda
· 13 years ago
8f2df01
Revert "mfd: Add omap-usbhs runtime PM support"
by Keshava Munegowda
· 13 years ago
7e6502d
mfd: Add omap-usbhs runtime PM support
by Keshava Munegowda
· 13 years ago
d910774
mfd: Fix omap_usbhs_alloc_children error handling
by Axel Lin
· 13 years ago
6eb6fbb
mfd: Fix omap usbhs crash when rmmoding ehci or ohci
by Keshava Munegowda
· 13 years ago
557f447
mfd: Fixed gpio polarity of omap-usb gpio USB-phy reset
by Juergen Kilb
· 14 years ago
6e3d4be
omap:usb: add regulator support for EHCI
by Keshava Munegowda
· 14 years ago
d11536e
mfd: Fix usbhs_enable error handling
by Axel Lin
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
17cdd29
usb: host: omap: common usb host core driver
by Keshava Munegowda
· 14 years ago