summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-241-2/+0Star
|\
| * regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-161-2/+0Star
* | regmap: fix small typo in regmap_bulk_write commentNestor Ovroy2013-01-221-1/+1
* | drivers/base/cpu.c: Fix typo in commentRalf Baechle2013-01-161-1/+1
* | firmware: make sure the fw file size is not 0Luciano Coelho2013-01-161-1/+1
* | Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-151-13/+40
|\|
| * regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-081-0/+9
| * regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-081-0/+10
| * regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-081-11/+18
| * regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-081-1/+1
| * regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown2013-01-081-1/+2
* | Merge branch 'pm-sleep'Rafael J. Wysocki2013-01-061-5/+4Star
|\ \
| * | PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki2013-01-061-5/+4Star
| |/
* / PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request()Rafael J. Wysocki2013-01-061-5/+5
|/
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-1/+1
* dma-buf: might_sleep() in dma_buf_unmap_attachment()Rob Clark2012-12-201-0/+2
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-141-0/+21
|\
| * Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-261-0/+21
| |\
| | * drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov2012-10-261-0/+21
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-141-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'linus/master' into staging/for_v3.8Mauro Carvalho Chehab2012-11-288-126/+168
| |\ \ \
| * | | | [media] dma-mapping: fix dma_common_get_sgtable() conditional compilationMarek Szyprowski2012-11-271-2/+2
| | |_|/ | |/| |
* | | | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-131-0/+6
* | | | hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
* | | | Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-12-124-95/+365
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown2012-12-111-1/+1
| |\ \ \ \
| | * | | | regmap: silence GCC warningPaul Bolle2012-10-151-1/+1
| | |/ / /
| * | | | Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-112-0/+50
| |\ \ \ \
| | * | | | regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-212-0/+50
| | * | | | Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-212-30/+39
| | |\ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown2012-11-213-53/+155
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2012-12-112-30/+39
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | regmap: make lock/unlock functions customizableDavide Ciminaghi2012-10-172-30/+39
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown2012-12-111-0/+19
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: irq: Allow users to retrieve the irq_domainMark Brown2012-10-151-0/+19
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2012-12-113-63/+255
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-102-14/+63
| | * | | | | | | regmap: debugfs: Factor out initial seekMark Brown2012-12-101-3/+36
| | * | | | | | | regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-101-1/+1
| | * | | | | | | regmap: Cache register and value sizes for debugfsMark Brown2012-12-062-10/+18
| | | |_|_|/ / / | | |/| | | | |
| | * | | | | | regmap: Fix printing of size_t variableFabio Estevam2012-10-251-1/+1
| | * | | | | | regmap: Split raw writes that cross window boundariesMark Brown2012-10-151-2/+24
| | * | | | | | regmap: Make return code checks consistentMark Brown2012-10-151-5/+5
| | * | | | | | regmap: Factor range lookup out of page selectionMark Brown2012-10-151-40/+51
| | * | | | | | regmap: Provide debugfs read of register rangesMark Brown2012-10-153-0/+33
| | * | | | | | regmap: Factor out debugfs register readMark Brown2012-10-151-5/+14
| | * | | | | | regmap: Allow ranges to be namedMark Brown2012-10-152-0/+2
| | * | | | | | regmap: When we sanity check during range adds say what errors we findMark Brown2012-10-151-4/+29
| | * | | | | | regmap: Rename n_ranges to num_rangesMark Brown2012-10-151-2/+2
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2012-12-111-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | |