summaryrefslogtreecommitdiff
path: root/drivers/base (unfollow)
Commit message (Expand)Author
2012-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap
2012-04-18core.c: fix 'the the' typoPeter Korsgaard
2012-04-18devtmpfs: fix 'the the' typoPeter Korsgaard
2012-04-13regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
2012-04-13regmap: implement register stridingStephen Warren
2012-04-13regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren
2012-04-13regmap: allow regmap instances to be namedStephen Warren
2012-04-13regmap: validate regmap_raw_read/write val_lenStephen Warren
2012-04-13regmap: mmio: remove some error checks now in the coreStephen Warren
2012-04-13regmap: mmio: convert some error returns to BUG()Stephen Warren
2012-04-13regmap: add MMIO bus supportStephen Warren
2012-04-13regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-13regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-04-13regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-13regmap: Add support for device with 24 data bits.Marc Reilly
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren
2012-04-10regmap: allow regmap instances to be namedStephen Warren
2012-04-09drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones
2012-04-09drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren
2012-04-06regmap: add MMIO bus supportStephen Warren
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren
2012-04-03regmap: Export regcache_sync_region()Mark Brown
2012-04-01regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-01regmap: Add support for device with 24 data bits.Marc Reilly
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen
2012-03-28firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd
2012-03-28firmware_class: Reorganize fw_create_instance()Stephen Boyd
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki
2012-03-28firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki
2012-03-26PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita
2012-03-19dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart
2012-03-19dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart
2012-03-19dma-buf: Remove unneeded sanity checksLaurent Pinchart
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart
2012-03-19PM / Domains: Check domain status during hibernation restore of devicesRafael J. Wysocki
2012-03-16PM / Domains: Introduce "always on" device flagRafael J. Wysocki