Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1231766

Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands

From Ulf Hansson <ulf.hansson@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands
Date 2015-09-24 00:30 +0200
Message-ID <qc0I2-QY-3@gated-at.bofh.it> (permalink)
References <qbs3E-1ei-7@gated-at.bofh.it> <qc05k-8cx-7@gated-at.bofh.it> <qc0oG-oQ-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 24 September 2015 at 00:06, Grant Grundler <grundler@google.com> wrote:
> On Wed, Sep 23, 2015 at 2:42 PM, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>> On 22 September 2015 at 11:27, Jon Hunter <jonathanh@nvidia.com> wrote:
>>> Certain eMMC devices allow vendor specific device information to be read
>>> via a sequence of vendor commands. These vendor commands must be issued
>>> in sequence and an atomic fashion. One way to support this would be to
>>> add an ioctl function for sending a sequence of commands to the device
>>> atomically as proposed here. These multi commands are simple array of
>>> the existing mmc_ioc_cmd structure.
>>>
>>> The structure passed via the ioctl uses a __u64 type to specify the number
>>> of commands (so that the structure is aligned on a 64-bit boundary) and a
>>> zero length array as a header for list of commands to be issued. The
>>> maximum number of commands that can be sent is determined by
>>> MMC_IOC_MAX_CMDS (which defaults to 255 and should be more than
>>> sufficient).
>>>
>>> This based upon work by Seshagiri Holi <sholi@nvidia.com>.
>>>
>>> Signed-off-by: Seshagiri Holi <sholi@nvidia.com>
>>> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
>>
>> Thanks, applied for next!
>
> Ulf,
> is the git repo visible publicly?

git://git.linaro.org/people/ulf.hansson/mmc.git

>
> Your linaro.org mmc.git seems to be stale and Chris Ball's tree on
> kernel.org is the only other mention of mmc I'm finding.

Chris' tree hasn't been used for a long time.

>
> cheers
> grant

Kind regards
Uffe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands Ulf Hansson <ulf.hansson@linaro.org> - 2015-09-23 23:50 +0200
  Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands Grant Grundler <grundler@google.com> - 2015-09-24 00:00 +0200
  Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands Grant Grundler <grundler@google.com> - 2015-09-24 00:10 +0200
    Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands Ulf Hansson <ulf.hansson@linaro.org> - 2015-09-24 00:30 +0200
      Re: [PATCH V4] mmc: block: Add new ioctl to send multi commands Grant Grundler <grundler@google.com> - 2015-09-24 01:50 +0200

csiph-web