summaryrefslogtreecommitdiffstats
path: root/lib/ioremap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-04usb: phy: generic: Add gpio_reset to platform dataRoger Quadros1-1/+2
2013-10-04usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-02usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek1-8/+10
2013-10-02usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-02usb: musb: blackfin: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-02usb: musb: am35x: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz1-13/+12
2013-10-01usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz1-19/+41
2013-10-01usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz2-110/+133
2013-10-01usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz8-291/+423
2013-10-01usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz2-0/+14
2013-10-01usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-10-01usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov1-1/+10
2013-10-01usb: usbtest: bmAttributes would better be maskedHuang Rui1-1/+1
2013-10-01usb: dwc3: Remove additional delay of 100ms when resumingVivek Gautam1-1/+0
2013-10-01usb: gadget: mv_u3d_core: fix memory leaksValentin Ilie1-0/+2
2013-10-01usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-01usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King4-128/+68
2013-10-01usb: gadget: net2280: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-01usb: gadget: pch_udc: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-01usb: gadget: goku_udc: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-01usb: gadget: amd5536udc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-01usb: gadget: zero: Add flexible auto remote wakeup test methodPeter Chen1-2/+23
2013-10-01usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár1-0/+3
2013-10-01usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEADPali Rohár1-0/+2
2013-10-01usb: musb: name ux500 platforms more broadlyLinus Walleij1-2/+2
2013-10-01usb: phy: am335x: add wakeup supportSebastian Andrzej Siewior2-0/+77
2013-10-01usb: phy: nop: Defer clock prepare until PHY initMark Brown3-25/+5
2013-09-30Linux 3.12-rc3v3.12-rc3Linus Torvalds1-1/+1
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2-0/+6
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens5-9/+5
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon1-2/+11
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7