summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2012-06-13device-core: Ensure drvdata = NULL when no driver is boundHans de Goede
2012-06-13driver core: fixup reversed deferred probe orderKuninori Morimoto
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin
2012-06-11driver core: always handle dpm_orderRabin Vincent
2012-06-07regmap: Export regmap_reinit_cache()Mark Brown
2012-06-05regmap: Implement support for wake IRQsMark Brown
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown
2012-06-03regmap: Constify regmap_irq_chipMark Brown
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren
2012-06-03regmap: mmio: request native endian formattingStephen Warren
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown
2012-05-30mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro
2012-05-29mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal
2012-05-25dma-buf: add vmap interfaceDave Airlie
2012-05-25dma-buf: mmap supportDaniel Vetter
2012-05-23Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2012-05-23Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-22Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski
2012-05-18Merge branch 'pm-domains'Rafael J. Wysocki
2012-05-18PM / Domains: Make it possible to add devices to inactive domainsRafael J. Wysocki
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-05-14Driver Core: don't oops with unregistered driver in driver_find_device()Hiroshi DOYU
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown
2012-05-11Merge branch 'pm-sleep'Rafael J. Wysocki
2012-05-11PM / Domains: Fix computation of maximum domain off timeRafael J. Wysocki
2012-05-11PM / Domains: Fix link checking when add subdomainHuang Ying
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan
2012-05-08regmap: Implement dev_get_regmap()Mark Brown
2012-05-08driver-core: extend dev_printk() to pass structured dataKay Sievers
2012-05-05PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki
2012-05-05PM / Domains: Make device removal more straightforwardRafael J. Wysocki
2012-05-04devres: Add devres_release()Mark Brown
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman