public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* v5 changelog - mmc: Add ioctl to let userspace apps send ACMDs
@ 2011-04-12 22:52 John Calixto
  2011-04-12 22:57 ` [PATCH v5] " John Calixto
  0 siblings, 1 reply; 3+ messages in thread
From: John Calixto @ 2011-04-12 22:52 UTC (permalink / raw)
  To: linux-mmc
  Cc: Michał Mirosław, Andrei Warkentin, Arnd Bergmann,
	Chris Ball

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1021 bytes --]

A small fix for a compiler warning.  Thanks to Michał Mirosław for
suggesting the solution!

Patch history below:

- 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] 3+ messages in thread

end of thread, other threads:[~2011-04-12 23:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 22:52 v5 changelog - mmc: Add ioctl to let userspace apps send ACMDs John Calixto
2011-04-12 22:57 ` [PATCH v5] " John Calixto
2011-04-12 23:13   ` John Calixto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox