Re: [PATCH] mtd: Allocate bdi objects dynamically

2016-11-29 Thread Sandeep Jain
Dear Maintainers, This patch is already reviewed twice with no issues. Requesting your attention for patch merge. Thanks & Regards, Sandeep Jain On Sat, Nov 05, 2016 at 08:22:31AM +0100, Marek Vasut wrote: > On 11/03/2016 12:34 PM, Sandeep Jain wrote: > > Dear Maintainers, >

Re: [PATCH] mtd: Allocate bdi objects dynamically

2016-11-29 Thread Sandeep Jain
Dear Maintainers, This patch is already reviewed twice with no issues. Requesting your attention for patch merge. Thanks & Regards, Sandeep Jain On Sat, Nov 05, 2016 at 08:22:31AM +0100, Marek Vasut wrote: > On 11/03/2016 12:34 PM, Sandeep Jain wrote: > > Dear Maintainers, >

Re: [PATCH v1 1/2] mtd: m25p80: lock module while used

2016-11-03 Thread Sandeep Jain
Dear Maintainers, Requesting for your attention for patch review/merge. Thanks & Regards, Sandeep Jain On Thu, Aug 04, 2016 at 07:46:33PM +0530, Sandeep Jain wrote: > From: Vladimir Zapolskiy <vladimir_zapols...@mentor.com> > > The change controls module users coun

Re: [PATCH v1 1/2] mtd: m25p80: lock module while used

2016-11-03 Thread Sandeep Jain
Dear Maintainers, Requesting for your attention for patch review/merge. Thanks & Regards, Sandeep Jain On Thu, Aug 04, 2016 at 07:46:33PM +0530, Sandeep Jain wrote: > From: Vladimir Zapolskiy > > The change controls module users counter, which prevents to get >

Re: [PATCH] mtd: Allocate bdi objects dynamically

2016-11-03 Thread Sandeep Jain
Dear Maintainers, This patch is reviewed by Richard. Requesting for Maintainer's attention for patch merge. Thanks & Regards, Sandeep Jain On Sat, Sep 17, 2016 at 04:41:47PM +0200, Richard Weinberger wrote: > On Thu, Aug 4, 2016 at 4:01 PM, Sandeep Jain <sandeep_j...@mentor.

Re: [PATCH] mtd: Allocate bdi objects dynamically

2016-11-03 Thread Sandeep Jain
Dear Maintainers, This patch is reviewed by Richard. Requesting for Maintainer's attention for patch merge. Thanks & Regards, Sandeep Jain On Sat, Sep 17, 2016 at 04:41:47PM +0200, Richard Weinberger wrote: > On Thu, Aug 4, 2016 at 4:01 PM, Sandeep Jain wrote: > > From: Ste

[PATCH v1 1/2] mtd: m25p80: lock module while used

2016-08-04 Thread Sandeep Jain
se count 1 Unable to handle kernel paging request at virtual address 7f4fb7f8 pgd = bd094000 [7f4fb7f8] *pgd=4cb66811, *pte=, *ppte= Internal error: Oops: 8007 [#1] PREEMPT SMP ARM Signed-off-by: Vladimir Zapolskiy <vladimir_zapols...@mentor.com> Signed-off-by: Sandeep

[PATCH v1 2/2] mtd: Add hooks to call get and put on mtd devices.

2016-08-04 Thread Sandeep Jain
From: Jim Baxter <jim_bax...@mentor.com> Add hooks to mtdpart to call _get_device and _put_device, this allows the mtd devices to perform internal reference counting if required. Signed-off-by: Jim Baxter <jim_bax...@mentor.com> Signed-off-by: Sandeep Jain <sandeep_j...@mentor.co

[PATCH v1 2/2] mtd: Add hooks to call get and put on mtd devices.

2016-08-04 Thread Sandeep Jain
From: Jim Baxter Add hooks to mtdpart to call _get_device and _put_device, this allows the mtd devices to perform internal reference counting if required. Signed-off-by: Jim Baxter Signed-off-by: Sandeep Jain --- drivers/mtd/mtdpart.c | 18 ++ 1 file changed, 18 insertions

[PATCH v1 1/2] mtd: m25p80: lock module while used

2016-08-04 Thread Sandeep Jain
ging request at virtual address 7f4fb7f8 pgd = bd094000 [7f4fb7f8] *pgd=4cb66811, *pte=, *ppte= Internal error: Oops: 8007 [#1] PREEMPT SMP ARM Signed-off-by: Vladimir Zapolskiy Signed-off-by: Sandeep Jain --- drivers/mtd/devices/m25p80.c | 15 +++ 1 file changed

[PATCH v1 0/2] mtd: lock module while used

2016-08-04 Thread Sandeep Jain
*** BLURB HERE *** Jim Baxter (1): mtd: Add hooks to call get and put on mtd devices. Vladimir Zapolskiy (1): mtd: m25p80: lock module while used drivers/mtd/devices/m25p80.c | 15 +++ drivers/mtd/mtdpart.c| 18 ++ 2 files changed, 33 insertions(+)

[PATCH v1 0/2] mtd: lock module while used

2016-08-04 Thread Sandeep Jain
*** BLURB HERE *** Jim Baxter (1): mtd: Add hooks to call get and put on mtd devices. Vladimir Zapolskiy (1): mtd: m25p80: lock module while used drivers/mtd/devices/m25p80.c | 15 +++ drivers/mtd/mtdpart.c| 18 ++ 2 files changed, 33 insertions(+)

[PATCH] mtd: Allocate bdi objects dynamically

2016-08-04 Thread Sandeep Jain
in all cases (mtd builtin or module). Signed-off-by: Steve Longerbeam <steve_longerb...@mentor.com> Signed-off-by: Jim Baxter <jim_bax...@mentor.com> Signed-off-by: Sandeep Jain <sandeep_j...@mentor.com> --- drivers/mtd/mtdcore.c | 30 ++ 1 file chang

[PATCH] mtd: Allocate bdi objects dynamically

2016-08-04 Thread Sandeep Jain
). Signed-off-by: Steve Longerbeam Signed-off-by: Jim Baxter Signed-off-by: Sandeep Jain --- drivers/mtd/mtdcore.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index e3936b8..9015b94 100644