lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1288875473-22252-1-git-send-email-matti.j.aaltonen@nokia.com>
Date:	Thu,  4 Nov 2010 14:57:52 +0200
From:	"Matti J. Aaltonen" <matti.j.aaltonen@...ia.com>
To:	linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
	akpm@...nel.org
Cc:	"Matti J. Aaltonen" <matti.j.aaltonen@...ia.com>
Subject: [PATCH v3 0/1] PN544 NFC driver.

Hi.

On Mon, 2010-11-01 at 11:00 -0700, ext Randy Dunlap wrote:
> Use %zd to print ssize_t variables and %zu to print size_t:
> 
> drivers/nfc/pn544.c:332: warning: format '%d' expects type 'int',
> but argument 6 has type 'size_t'
> drivers/nfc/pn544.c:442: warning: format '%d' expects type 'int',
> but argument 6 has type 'size_t'

Fixed.

On Fri, 2010-10-29 at 14:35 -0700, ext Andrew Morton wrote:
On Fri, 29 Oct 2010 09:26:09 +0300
> "Matti J. Aaltonen" <matti.j.aaltonen@...ia.com> wrote:
> 
> > +static void __exit pn544_exit(void)
> > +{
> > +	flush_scheduled_work();
> 
> You said this had been removed.  Did you send the correct version?

Now I've removed it.

I've also replaced short msleeps with usleep_range calls. And in addition
I rewrote the document file.

B.R.
Matti 






 

Matti J. Aaltonen (1):
  NFC: Driver for NXP Semiconductors PN544 NFC chip.

 Documentation/nfc/nfc-pn544.txt |  117 +++++
 drivers/Kconfig                 |    2 +
 drivers/Makefile                |    2 +-
 drivers/nfc/Kconfig             |   30 ++
 drivers/nfc/Makefile            |    5 +
 drivers/nfc/pn544.c             |  891 +++++++++++++++++++++++++++++++++++++++
 include/linux/nfc/pn544.h       |   97 +++++
 7 files changed, 1143 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/nfc/nfc-pn544.txt
 create mode 100644 drivers/nfc/Kconfig
 create mode 100644 drivers/nfc/Makefile
 create mode 100644 drivers/nfc/pn544.c
 create mode 100644 include/linux/nfc/pn544.h

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ