summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-04-27regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2016-04-27regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2016-04-27drivercore: Fix unregistration path of platform devicesGrant Likely1-6/+2
2016-04-27devres: fix devres_get()Masahiro Yamada1-2/+2
2015-10-22regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-04-14driver core: Introduce device_create_groupsGuenter Roeck1-28/+83
2015-04-14driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2015-02-02sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2015-02-02regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+5
2015-02-02regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-1/+6
2015-02-02firmware_class: make sure fw requests contain a nameKees Cook1-0/+3
2014-12-01regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-06-08drivercore: deferral race condition fixGrant Likely1-0/+17
2013-09-08drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson1-0/+2
2013-09-08regmap: silence GCC warningPaul Bolle1-1/+1
2013-04-12regmap: cache Fix regcache-rbtree syncLars-Peter Clausen1-1/+1
2013-02-28drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely1-0/+2
2013-02-28Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2013-01-17regmap: debugfs: Avoid overflows for very small readsMark Brown1-1/+1
2012-12-03PM / QoS: fix wrong error-checking conditionGuennadi Liakhovetski1-1/+1
2012-10-13PM / Sleep: use resume event when call dpm_resume_earlyFeng Hong1-1/+1
2012-10-02PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki1-1/+1
2012-10-02PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki1-1/+2
2012-08-09PM / Sleep: call early resume handlers when suspend_noirq failsColin Cross1-1/+9
2012-07-16PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines1-2/+4
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-04-10drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones1-1/+1
2012-04-10drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin1-2/+0
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+8
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+3
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-04-05regmap: prevent division by zero in rbtree_showStephen Warren1-1/+7
2012-04-05Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-101/+110
2012-04-03regmap: Export regcache_sync_region()Mark Brown1-0/+1
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen1-1/+1
2012-03-29Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds1-24/+141
2012-03-29firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd1-20/+7
2012-03-29firmware_class: Reorganize fw_create_instance()Stephen Boyd1-73/+62
2012-03-29firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki1-21/+30
2012-03-29firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki1-17/+41
2012-03-29firmware_class: Rework usermodehelper checkRafael J. Wysocki1-6/+5
2012-03-27PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern1-1/+2
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter1-1/+123
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter1-5/+0
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie1-2/+3
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal1-2/+5
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-0/+8
2012-03-24bitops: remove for_each_set_bit_cont()Akinobu Mita1-1/+1
2012-03-23Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds8-64/+441
2012-03-23Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-0/+87