From: Ingo Molnar <mingo@kernel.org>
To: Toshi Kani <toshi.kani@hpe.com>
Cc: bp@suse.de, dan.j.williams@intel.com, rjw@rjwysocki.net,
akpm@linux-foundation.org, linux-nvdimm@lists.01.org,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2-UPDATE2 3/4] resource: Add device-managed insert/remove_resource()
Date: Tue, 8 Mar 2016 18:33:07 +0100 [thread overview]
Message-ID: <20160308173307.GB3017@gmail.com> (raw)
In-Reply-To: <1457460530-17959-1-git-send-email-toshi.kani@hpe.com>
* Toshi Kani <toshi.kani@hpe.com> wrote:
> insert_resource() and remove_resouce() are called by producers
> of resources, such as FW modules and bus drivers. These modules
> may be implemented as loadable modules.
>
> Add device-managed implementaions of insert_resource() and
> remove_resouce() functions.
>
> Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Dan Williams <dan.j.williams@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Thanks,
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Toshi Kani <toshi.kani@hpe.com>
Cc: linux-nvdimm@lists.01.org, rjw@rjwysocki.net,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
bp@suse.de, akpm@linux-foundation.org
Subject: Re: [PATCH v2-UPDATE2 3/4] resource: Add device-managed insert/remove_resource()
Date: Tue, 8 Mar 2016 18:33:07 +0100 [thread overview]
Message-ID: <20160308173307.GB3017@gmail.com> (raw)
In-Reply-To: <1457460530-17959-1-git-send-email-toshi.kani@hpe.com>
* Toshi Kani <toshi.kani@hpe.com> wrote:
> insert_resource() and remove_resouce() are called by producers
> of resources, such as FW modules and bus drivers. These modules
> may be implemented as loadable modules.
>
> Add device-managed implementaions of insert_resource() and
> remove_resouce() functions.
>
> Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Dan Williams <dan.j.williams@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Thanks,
Ingo
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Toshi Kani <toshi.kani@hpe.com>
Cc: bp@suse.de, dan.j.williams@intel.com, rjw@rjwysocki.net,
akpm@linux-foundation.org, linux-nvdimm@ml01.01.org,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2-UPDATE2 3/4] resource: Add device-managed insert/remove_resource()
Date: Tue, 8 Mar 2016 18:33:07 +0100 [thread overview]
Message-ID: <20160308173307.GB3017@gmail.com> (raw)
In-Reply-To: <1457460530-17959-1-git-send-email-toshi.kani@hpe.com>
* Toshi Kani <toshi.kani@hpe.com> wrote:
> insert_resource() and remove_resouce() are called by producers
> of resources, such as FW modules and bus drivers. These modules
> may be implemented as loadable modules.
>
> Add device-managed implementaions of insert_resource() and
> remove_resouce() functions.
>
> Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Dan Williams <dan.j.williams@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Thanks,
Ingo
next prev parent reply other threads:[~2016-03-08 17:33 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-08 18:08 [PATCH v2-UPDATE2 3/4] resource: Add device-managed insert/remove_resource() Toshi Kani
2016-03-08 18:08 ` Toshi Kani
2016-03-08 18:08 ` Toshi Kani
2016-03-08 17:33 ` Ingo Molnar [this message]
2016-03-08 17:33 ` Ingo Molnar
2016-03-08 17:33 ` Ingo Molnar
2016-03-08 20:05 ` Linus Torvalds
2016-03-08 20:05 ` Linus Torvalds
2016-03-08 20:05 ` Linus Torvalds
2016-03-08 20:59 ` Dan Williams
2016-03-08 20:59 ` Dan Williams
2016-03-08 20:59 ` Dan Williams
2016-03-08 22:23 ` Linus Torvalds
2016-03-08 22:23 ` Linus Torvalds
2016-03-08 22:23 ` Linus Torvalds
2016-03-08 22:44 ` Dan Williams
2016-03-08 22:44 ` Dan Williams
2016-03-08 22:44 ` Dan Williams
2016-03-09 0:04 ` Toshi Kani
2016-03-09 0:04 ` Toshi Kani
2016-03-09 0:04 ` Toshi Kani
2016-03-08 23:31 ` Linus Torvalds
2016-03-08 23:31 ` Linus Torvalds
2016-03-08 23:31 ` Linus Torvalds
2016-03-09 1:00 ` Toshi Kani
2016-03-09 1:00 ` Toshi Kani
2016-03-09 1:00 ` Toshi Kani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160308173307.GB3017@gmail.com \
--to=mingo@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bp@suse.de \
--cc=dan.j.williams@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvdimm@lists.01.org \
--cc=rjw@rjwysocki.net \
--cc=toshi.kani@hpe.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.