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>] [day] [month] [year] [list]
Date:	Sun, 12 Sep 2010 23:28:33 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:	devicetree-discuss <devicetree-discuss@...ts.ozlabs.org>,
	spi-devel-general@...ts.sourceforge.net,
	Anton Vorontsov <cbouatmailru@...il.com>,
	Feng Tang <feng.tang@...el.com>,
	Jassi Brar <jassi.brar@...sung.com>,
	Julia Lawall <julia@...u.dk>,
	Linus Walleij <linus.walleij@...ricsson.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Michal Simek <monstr@...str.eu>,
	"Wang, Yong Y" <yong.y.wang@...el.com>
Subject: [git pull] spi and OF fixes

Hi Linus,

Here's a double handfull of SPI and OF (ll_temac, gpiolib, 52xx_uart).
 Should be nothing eyebrow raising here.

g.

The following changes since commit be6200aac985e0a3db56ec636763a32f3e32e7f1:
  Linus Torvalds (1):
        Merge branch 'kvm-updates/2.6.36' of
git://git.kernel.org/pub/scm/virt/kvm/kvm

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6 next-spi

Anton Vorontsov (1):
      gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB case

David Lamparter (1):
      spi: free children in spi_unregister_master, not siblings

Feng Tang (1):
      spi/dw_spi: clean the cs_control code

Jassi Brar (2):
      spi/s3c64xx: Fix compilation warning
      spi/s3c64xx: Fix incorrect reuse of 'val' local variable.

Julia Lawall (1):
      powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leak

Linus Walleij (2):
      spi/pl022: fix APB pclk power regression on U300
      spi/pl022: move probe call to subsys_initcall()

Mark Brown (5):
      spi/spi_s3c64xx: Make probe more robust against missing board config
      spi/spi_s3c64xx: Staticise non-exported functions
      spi/spi_s3c64xx: Move to subsys_initcall()
      spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()
      spi/spi_s3c64xx: Warn if PIO transfers time out

Michal Simek (1):
      of: Fix missing includes - ll_temac

Yong Wang (1):
      spi/dw_spi: Allow interrupt sharing

 drivers/net/ll_temac_main.c   |    1 +
 drivers/net/ll_temac_mdio.c   |    1 +
 drivers/serial/mpc52xx_uart.c |    1 +
 drivers/spi/amba-pl022.c      |   16 +++++++++-------
 drivers/spi/dw_spi.c          |   24 +++++++++++-------------
 drivers/spi/spi.c             |    9 +++------
 drivers/spi/spi_s3c64xx.c     |   37 +++++++++++++++++++++++++------------
 include/linux/gpio.h          |    1 +
 include/linux/spi/dw_spi.h    |    2 ++
 9 files changed, 54 insertions(+), 38 deletions(-)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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