An error occurred while fetching folder content.
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar authored
Its a bit odd that debugfs_create_bool() takes 'u32 *' as an argument,
when all it needs is a boolean pointer.

It would be better to update this API to make it accept 'bool *'
instead, as that will make it more consistent and often more convenient.
Over that bool takes just a byte.

That required updates to all user sites as well, in the same commit
updating the API. regmap core was also using
debugfs_{read|write}_file_bool(), directly and variable types were
updated for that to be bool as well.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
621a5f7a
Name Last commit Last update
..
kasan kasan: fix last shadow judgement in memory_is_poisoned_16()
Kconfig Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Kconfig.debug mm/debug_pagealloc: remove obsolete Kconfig options
Makefile Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
backing-dev.c Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
balloon_compaction.c mm/balloon_compaction: fix deflation when compaction is disabled
bootmem.c bootmem: avoid freeing to bootmem after bootmem is done
cleancache.c cleancache: remove limit on the number of cleancache enabled filesystems
cma.c mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute
cma.h mm: cma: mark cma_bitmap_maxno() inline in header
cma_debug.c mm/cma_debug: correct size input to bitmap function
compaction.c mm/compaction: correct to flush migrated pages if pageblock skip happens
debug-pagealloc.c mm/debug-pagealloc: make debug-pagealloc boottime configurable
debug.c mm: introduce idle page tracking
dmapool.c mm: add support for __GFP_ZERO flag to dma_pool_alloc()
early_ioremap.c mm/early_ioremap: add explicit #include of asm/early_ioremap.h
fadvise.c writeback: implement and use inode_congested()
failslab.c debugfs: Pass bool pointer to debugfs_create_bool()
filemap.c mm: rename alloc_pages_exact_node() to __alloc_pages_node()
frame_vector.c [media] mm: Provide new get_vaddr_frames() helper
frontswap.c frontswap: allow multiple backends
gup.c mm: make GUP handle pfn mapping unless FOLL_GET is requested
highmem.c mm/highmem: make kmap cache coloring aware
huge_memory.c mm: introduce idle page tracking
hugetlb.c mm: rename alloc_pages_exact_node() to __alloc_pages_node()
hugetlb_cgroup.c
hwpoison-inject.c
init-mm.c
internal.h
interval_tree.c
kmemcheck.c
kmemleak-test.c
kmemleak.c
ksm.c
list_lru.c
maccess.c
madvise.c
memblock.c
memcontrol.c
memory-failure.c
memory.c
memory_hotplug.c
mempolicy.c
mempool.c
memtest.c
migrate.c
mincore.c
mlock.c
mm_init.c
mmap.c
mmu_context.c
mmu_notifier.c
mmzone.c
mprotect.c
mremap.c
msync.c
nobootmem.c
nommu.c
oom_kill.c
page-writeback.c
page_alloc.c
page_counter.c
page_ext.c
page_idle.c
page_io.c
page_isolation.c
page_owner.c
pagewalk.c
percpu-km.c
percpu-vm.c
percpu.c
pgtable-generic.c
process_vm_access.c
quicklist.c
readahead.c
rmap.c
shmem.c
slab.c
slab.h
slab_common.c
slob.c
slub.c
sparse-vmemmap.c
sparse.c
swap.c
swap_cgroup.c
swap_state.c
swapfile.c
truncate.c
userfaultfd.c
util.c
vmacache.c
vmalloc.c
vmpressure.c
vmscan.c
vmstat.c
workingset.c
zbud.c
zpool.c
zsmalloc.c