aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/omap-usb-tll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Remove MODULE_ALIAS() calls that take undefined macroMasahiro Yamada1-1/+0
2018-05-16mfd: omap-usb-tll: Allocate driver data at onceLadislav Michl1-35/+25
2017-09-05mfd: omap-usb-tll: Fix register offsetsArnd Bergmann1-2/+2
2017-04-27mfd: omap-usb-tll: Configure ULPIAUTOIDLETony Lindgren1-2/+3
2017-04-27mfd: omap-usb-tll: Fix inverted bit use for USB TLL modeTony Lindgren1-1/+1
2016-06-29mfd: omap-usb-tll: Include omap-usb.hBen Dooks1-0/+2
2016-05-09mfd: omap-usb-tll: Fix scheduling while atomic BUGRoger Quadros1-4/+9
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-13mfd: omap-usb-tll: Fix cppcheck sizeof warningColin Ian King1-1/+1
2014-01-21mfd: omap-usb-tll: Don't hold lock during pm_runtime_get/put_sync()Roger Quadros1-24/+12
2014-01-06mfd: omap-usb-tll: Raw read and write endian fixVictor Kamensky1-4/+4
2013-10-23mfd: omap-usb: prepare/unprepare clock while enable/disableRoger Quadros1-2/+2
2013-10-23mfd: omap-usb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-04-09mfd: omap-usb-tll: Convert to devm_ioremap_resource()Sachin Kamat1-6/+3
2013-04-09mfd: omap-usb-tll: Add device tree support and binding informationRoger Quadros1-0/+10
2013-04-09mfd: omap-usb-tll: Move configuration code to omap_tll_init()Roger Quadros1-105/+99
2013-02-13mfd: omap-usb-tll: Add OMAP5 revision and HSIC supportRoger Quadros1-0/+14
2013-02-13mfd: omap-usb-tll: serialize access to TLL deviceRoger Quadros1-26/+27
2013-02-13mfd: omap-usb-tll: Fix error messageRoger Quadros1-9/+12
2013-02-13mfd: omap-usb-tll: Check for missing platform data in probeRoger Quadros1-10/+5
2013-02-13mfd: omap-usb-tll: introduce and use mode_needs_tll()Roger Quadros1-8/+12
2013-02-13mfd: omap-usb-tll: Clean up clock handlingRoger Quadros1-33/+54
2013-02-13mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error pathRoger Quadros1-26/+12
2013-02-13mfd: omap-usb-tll: Fix channel count detectionRoger Quadros1-9/+11
2013-02-13mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros1-6/+5
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi1-1/+1
2012-09-21mfd: omap-usb-tll: HOST TLL platform driverKeshava Munegowda1-0/+471