summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-292-12/+48
* | | | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2013-02-141-13/+66
|\ \ \ \ \
| * | | | | regmap: mmio: add register clock supportPhilipp Zabel2013-02-141-13/+66
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-02-141-26/+99
|\ \ \ \ \
| * | | | | regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-041-4/+17
| * | | | | regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-041-0/+11
| * | | | | regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-041-7/+60
| * | | | | regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-031-7/+9
| * | | | | regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-241-12/+6
* | | | | | Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown2013-02-144-1/+75
|\ \ \ \ \ \
| * | | | | | regmap: flat: Add flat cache typeMark Brown2013-01-024-1/+75
| |/ / / / /
* | | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-02-142-18/+33
|\ \ \ \ \ \
| * | | | | | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-111-8/+14
| * | | | | | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-111-5/+7
| * | | | | | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-112-0/+9
| * | | | | | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-081-1/+1
| * | | | | | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-271-4/+2
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-02-143-47/+326
|\ \ \ \ \ \
| * | | | | | regmap: spi: Handle allocation failures gracefullyMark Brown2013-02-051-0/+2
| * | | | | | regmap: Export regmap_async_complete()Mark Brown2013-02-051-0/+1
| * | | | | | regmap: Export regmap_async_complete_cbAxel Lin2013-02-041-0/+1
| * | | | | | regmap: include linux/sched.h to fix buildStephen Warren2013-02-041-0/+1
| * | | | | | regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-291-0/+52
| * | | | | | regmap: Add asynchronous I/O supportMark Brown2013-01-292-10/+187
| | |_|/ / / | |/| | | |
| * | | | | regmap: Add provisions to have user-defined write operationAndrey Smirnov2013-01-142-29/+55
| * | | | | regmap: Add provisions to have user-defined read operationAndrey Smirnov2013-01-142-9/+28
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown2013-02-141-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | regmap: Add support for 24 bit wide register addressesLars-Peter Clausen2013-01-121-0/+6
| |/ / /
* | | | Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-241-2/+0
|\ \ \ \
| * | | | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-171-2/+0
* | | | | 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-141-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/+4
|\ \
| * | PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki2013-01-061-5/+4
| |/
* | 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-201-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-131-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
| | |_|/ | |/| |
OpenPOWER on IntegriCloud