All of lore.kernel.org
 help / color / mirror / Atom feed
* v7 changelog for mmc ioctl patch
@ 2011-04-22  0:41 John Calixto
  2011-04-22  0:44 ` [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl John Calixto
  0 siblings, 1 reply; 8+ messages in thread
From: John Calixto @ 2011-04-22  0:41 UTC (permalink / raw)
  To: linux-mmc
  Cc: Andrei Warkentin, Michał Mirosław, Arnd Bergmann,
	Chris Ball

change history for this patch:

- v7
    - simplify 32-bit/64-bit buffer pointer portability
    - add pad member to struct mmc_ioc_cmd so its size is the same
      when built for either 32-bit or 64-bit.
    - register ``0xB3`` in Documentation/ioctl/ioctl-number.txt

- v6
    - refix 32+64 compat pointer for better portability
    - copy userspace pointer *before* using
    - apply upper limit to data buffer size
    - add flag to allow normal CMD opcodes as well as ACMD opcodes
    - remove unnecessary mutex grab

- v5
    - fix 32-bit compiler warning about the 32+64 compat pointer

- v4
    - replace postsleep udelay() with usleep_range()
    - add cmd_timeout_ms field for R1B commands

- v3
    - copy data from userspace before claiming host
    - break out copy from userspace into its own function
    - verify that caller has CAP_SYS_RAWIO
    - rename ``struct sd_ioc_cmd`` to ``struct mmc_ioc_cmd`` because it
      applies generally, not just to SD
    - make struct mmc_ioc_cmd the same between 32-bit and 64-bit to
      simplify compat_ioctl()
    - export include/linux/mmc/ioctl.h when you ``make headers_install``

- v2
    - make initialization of struct declarations match kernel style
    - only allow ioctl() on whole block device, not partition
    - remove extraneous printks
    - implement compat_ioctl()
    - remove version field from ``struct sd_ioc_cmd``

John

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-04-29 18:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22  0:41 v7 changelog for mmc ioctl patch John Calixto
2011-04-22  0:44 ` [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl John Calixto
2011-04-22  1:28   ` John Calixto
2011-04-26 14:14   ` Arnd Bergmann
2011-04-26 22:28     ` John Calixto
2011-04-26 22:36       ` Chris Ball
2011-04-26 23:08         ` John Calixto
2011-04-29 18:18         ` Chris Ball

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.