Re: [PATCH] ieee1275: add nvme support within ofpath

2018-02-23 Thread John Paul Adrian Glaubitz
On 02/23/2018 11:02 PM, Daniel Kiper wrote: > Applied! Woohooo \o/. Debian on sparc64 with a working GRUB is getting closer :-). > FYI, this is last time when I sent commit confirmation. > If I send one in the future then this will be rather > exception than rule. So, if you receive my

Re: [PATCH] ieee1275: add nvme support within ofpath

2018-02-23 Thread Daniel Kiper
On Tue, Feb 20, 2018 at 09:01:05PM +0100, Daniel Kiper wrote: > On Tue, Feb 20, 2018 at 09:57:14AM -0800, Eric Snowberg wrote: > > Add NVMe support within ofpath. > > > > The Open Firmware text representation for a NVMe device contains the > > Namespace ID. An invalid namespace ID is one whose

Re: [PATCH] ieee1275: add nvme support within ofpath

2018-02-20 Thread Daniel Kiper
On Tue, Feb 20, 2018 at 09:57:14AM -0800, Eric Snowberg wrote: > Add NVMe support within ofpath. > > The Open Firmware text representation for a NVMe device contains the > Namespace ID. An invalid namespace ID is one whose value is zero or whose > value is greater than the value reported by the

[PATCH] ieee1275: add nvme support within ofpath

2018-02-20 Thread Eric Snowberg
Add NVMe support within ofpath. The Open Firmware text representation for a NVMe device contains the Namespace ID. An invalid namespace ID is one whose value is zero or whose value is greater than the value reported by the Number of Namespaces (NN) field in the Identify Controller data structure.