[PATCH v2 10/60] mtd: maps: bfin-async-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/maps/bfin-async-flash.c | 1 + 1 file changed, 1 insertion(+)...
View Article[PATCH v2 00/60] Fix mtd parent device not showing up in sysfs
Here's the second iteration of a series stemming from a previous discussion about mtd devices not showing up in sysfs properly[1]. While the original series 27 patches, this one should cover all...
View Article[PATCH v2 04/60] mtd: devices: docg3: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 08/60] mtd: devices: sst251: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 06/60] mtd: devices: mtd_dataflash: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/devices/mtd_dataflash.c | 1 - 1 file changed, 1 deletion(-) diff...
View ArticleRe: [PATCH] zswap: dynamic pool creation
On Thu, Jun 4, 2015 at 8:13 AM, Dan Streetman <ddstreet@ieee.org> wrote: > On Thu, Jun 4, 2015 at 8:02 AM, Dan Streetman <ddstreet@ieee.org> wrote: >> Add dynamic creation of...
View Article[PATCH v2 07/60] mtd: devices: spear_smi: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/devices/spear_smi.c | 1 + 1 file changed, 1 insertion(+)...
View Article[PATCH v2 03/60] mtd: devices: bcm47xxflash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 02/60] mtd: core: set some defaults when dev.parent is set
If a parent device is set, add_mtd_device() has enough knowledge to fill in some sane default values for the module name and owner. Do so if they aren't already set. Signed-off-by: Frans Klaver...
View ArticleRe: [PATCH v4] seccomp: add ptrace options for suspend/resume
On Wed, Jun 10, 2015 at 01:33:21PM -0700, Kees Cook wrote: > > And if I've convinced Andy to be okay with this patch, consider v4: > > Acked-by: Kees Cook <keescook@chromium.org>...
View ArticleRe: [PATCH v6] procfs: Always expose /proc//map_files/ and make it readable
On Tue, 9 Jun 2015 18:39:02 -0700 Calvin Owens <calvinowens@fb.com> wrote: > On Tuesday 06/09 at 14:13 -0700, Andrew Morton wrote: > > On Mon, 8 Jun 2015 20:39:33 -0700 Calvin Owens...
View ArticleRe: [RFC][PATCH 4/5] mm/zpool: allow NULL `zpool' pointer in...
On Tue, Jun 9, 2015 at 8:04 AM, Sergey Senozhatsky <sergey.senozhatsky@gmail.com> wrote: > zpool_destroy_pool() does not tolerate a NULL zpool pointer > argument and performs a...
View Article[PATCH v2] gpio: pcf857x: handle only enabled irqs
Now pcf857x_irq() IRQ's dispatcher will try to run nested IRQ handlers for each GPIO pin which state has changed. Such IRQs are, actually, spurious and nested IRQ handlers have to be called only for...
View ArticleRe: [PATCH] gpio: pcf857x: handle only enabled irqs
On 06/10/2015 10:39 AM, Linus Walleij wrote: > On Wed, Jun 3, 2015 at 9:33 PM, Grygorii Strashko > <grygorii.strashko@ti.com> wrote: > >> Now pcf857x_irq() IRQ's dispatcher will...
View ArticleRe: clustered MD
On Thu, Jun 11, 2015 at 06:31:31AM +1000, Neil Brown wrote: > What is your interest in this? I'm always happy for open discussion and > varied input, but it would help to know to what extent you...
View Article[PATCH] clk: cdce925: Fix printk size_t warning
drivers/clk/clk-cdce925.c:550: warning: format ‘%u’ expects type ‘unsigned int’, but argument 6 has type ‘size_t’ Cc: Mike Looijmans <mike.looijmans@topic.nl> Reported-by: kbuild test robot...
View ArticleRe: [PATCH v4 01/11] block: make generic_make_request handle arbitrarily...
On Mon, Jun 8, 2015 at 11:09 PM, Ming Lin <mlin@kernel.org> wrote: > On Thu, 2015-06-04 at 17:06 -0400, Mike Snitzer wrote: >> We need to test on large HW raid setups like a Netapp...
View ArticleRe: [PATCH] clk: Move debug_node field under DEBUG_FS flag in struct clk_core
On 06/10, Maxime Coquelin wrote: > The debug_node field is only used when DEBUG_FS config is selected, > so declare it only if DEBUG_FS is selected. > > Signed-off-by: Maxime Coquelin...
View ArticleRe: [PATCH] clk: fixed: Add comment to clk_fixed_set_rate
On 06/10, Daniel Thompson wrote: > Currently it is not made explicit why clk_fixed_set_rate() can ignore > its arguments and unconditionally return success. Add a comment > to explain this....
View ArticleRe: handling subdirectories location
On Wed, Jun 10, 2015 at 05:00:56PM -0300, Thiago Farina wrote: > On Mon, Jun 8, 2015 at 9:59 PM, Francis Daly <francis@daoine.org> wrote: Hi there, > OK. Based on your response I will hold...
View Article