summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2013-04-19regmap: irq: enable wake support by defaultLaxman Dewangan
2013-03-11PM / Runtime: Do not increment device usage counts before probingRafael J. Wysocki
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-02-28drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely
2013-02-28Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas
2013-01-17regmap: debugfs: Avoid overflows for very small readsMark Brown
2012-12-03PM / QoS: fix wrong error-checking conditionGuennadi Liakhovetski
2012-11-06regmap: no need primary handler for nested irqYunfan Zhang
2012-11-06regmap: irq: Add mask invert flag for enable registerXiaofan Tian
2012-11-06regmap: irq: initialize all irqs to wake disabledStephen Warren
2012-11-06regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren
2012-11-06regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren
2012-11-06regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren
2012-11-06regmap: irq: Only update mask bits when doing initial maskMark Brown
2012-11-06regmap: fix some error messages to take account of irq_reg_strideStephen Warren
2012-10-22PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman
2012-10-22PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki
2012-10-22PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki
2012-10-22PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki
2012-10-19PM / Domains: Add preliminary support for cpuidle, v2Prashant Gaikwad
2012-10-19PM / Domains: Do not stop devices after restoring their statesRafael J. Wysocki
2012-10-19PM / Domains: Use subsystem runtime suspend/resume callbacks by defaultRafael J. Wysocki
2012-10-16wakeup: change formatting alignementShridhar Rasal
2012-10-13PM / Sleep: use resume event when call dpm_resume_earlyFeng Hong
2012-10-02PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki
2012-10-02PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki
2012-09-18wakeup: Use irqsave/irqrestore for events_lockJohn Stultz
2012-09-18sync: improve timeout dumpsErik Gilling
2012-09-18sync: use correct signed type when handling SYNC_IOC_WAITErik Gilling
2012-09-18sync: dump sync state to console on timeoutErik Gilling
2012-09-18sync: clean up compiler warningsErik Gilling
2012-09-18sync: fix erase-o in sync_fence_waitErik Gilling
2012-09-18sync: change wait timeout to mirror poll semanticsErik Gilling
2012-09-12regmap: Implement support for wake IRQsMark Brown
2012-09-12regmap: Don't try to map non-existant IRQsMark Brown
2012-09-12regmap: Constify regmap_irq_chipMark Brown
2012-09-12regmap: Convert regmap_irq to use irq_domainMark Brown
2012-09-12regmap: Fix typo in IRQ register stridingMark Brown
2012-09-07platform: IOMMU'able platform_device w/ PLATFORM_ENABLE_IOMMUHiroshi Doyu
2012-09-07dma-buf: minor documentation fixes.Sumit Semwal
2012-09-07dma-buf: add vmap interfaceDave Airlie
2012-09-07drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz
2012-09-07mm: cma: fix alignment requirements for contiguous regionsMarek Szyprowski
2012-09-07common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski
2012-09-07common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski
2012-09-07common: add dma_mmap_from_coherent() functionMarek Szyprowski
2012-09-07drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-08-29regmap: Pass back the allocated regmap IRQ controller dataMark Brown
2012-08-21PM: Need to wake_up_all when suspend failBH Hsieh
2012-08-13sw_sync: Fix error pathsRebecca Schultz Zavin