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]
Date:	Wed, 3 Feb 2010 19:40:20 +0100
From:	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To:	linux-ide@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org,
	Thomas Abraham <thomas.ab@...sung.com>, ben-linux@...ff.org,
	linux-arm-kernel@...ts.infradead.org,
	Thomas Chou <thomas@...ron.com.tw>,
	Nios2 development list <nios2-dev@...c.et.ntust.edu.tw>,
	Ian Abbott <abbotti@....co.uk>
Subject: [git patches] new hardware support for atang tree


Since I haven't seen any progress on mainstreaming of s3c-ide and
pata_altera_cf patches in the recent months I decided to merge them
into staging section of my tree in order to help in keeping them
in-sync with ongoing changes..


DISCLAIMER: the fact of getting patches merged into atang tree means
that from now on they will be getting updates for changes happening
in atang tree and it should not be treated as an indication regarding
decisions taken by 'upstream' kernel trees


The following changes since commit 18c77417cbb9c595935d5ccb2e55309f0fb75a06:
  Bartlomiej Zolnierkiewicz (1):
        ide: remove hwif_chipset_t type

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bart/misc.git atang-v4.4

Thomas Abraham (8):
      S3C64XX: Add physical address definition for Compact Flash controller.
      S3C64XX: Add MEM_SYS_CFG register definition.
      S3C64XX: Add IDE controller register definitions.
      S3C64XX: Add clock source definition for IDE controller.
      S3C64XX: Add platform data and driver resources for IDE controller driver.
      S3C6410: Add platform data for S3C IDE controller driver
      S3C64XX: Include IDE device code in compilation.
      drivers/staging: Add Samsung S3C IDE controller driver

Thomas Chou (1):
      drivers/staging: New PATA driver for Altera CompactFlash.

 arch/arm/mach-s3c6400/include/mach/map.h        |    4 +
 arch/arm/mach-s3c6410/mach-smdk6410.c           |   14 +-
 arch/arm/plat-s3c/include/plat/devs.h           |    1 +
 arch/arm/plat-s3c/include/plat/ide.h            |   36 +
 arch/arm/plat-s3c/include/plat/regs-ide.h       |   56 ++
 arch/arm/plat-s3c64xx/Makefile                  |    1 +
 arch/arm/plat-s3c64xx/clock.c                   |    6 +
 arch/arm/plat-s3c64xx/dev-ide.c                 |   88 +++
 arch/arm/plat-s3c64xx/include/plat/regs-clock.h |    3 +
 drivers/staging/Kconfig                         |    4 +
 drivers/staging/Makefile                        |    2 +
 drivers/staging/pata_altera_cf/Kconfig          |   11 +
 drivers/staging/pata_altera_cf/Makefile         |    1 +
 drivers/staging/pata_altera_cf/TODO             |    5 +
 drivers/staging/pata_altera_cf/pata_altera_cf.c |  582 ++++++++++++++++
 drivers/staging/s3c-ide/Kconfig                 |    8 +
 drivers/staging/s3c-ide/Makefile                |    1 +
 drivers/staging/s3c-ide/TODO                    |    6 +
 drivers/staging/s3c-ide/s3c-ide.c               |  822 +++++++++++++++++++++++
 19 files changed, 1650 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/plat-s3c/include/plat/ide.h
 create mode 100644 arch/arm/plat-s3c/include/plat/regs-ide.h
 create mode 100644 arch/arm/plat-s3c64xx/dev-ide.c
 create mode 100644 drivers/staging/pata_altera_cf/Kconfig
 create mode 100644 drivers/staging/pata_altera_cf/Makefile
 create mode 100644 drivers/staging/pata_altera_cf/TODO
 create mode 100644 drivers/staging/pata_altera_cf/pata_altera_cf.c
 create mode 100644 drivers/staging/s3c-ide/Kconfig
 create mode 100644 drivers/staging/s3c-ide/Makefile
 create mode 100644 drivers/staging/s3c-ide/TODO
 create mode 100644 drivers/staging/s3c-ide/s3c-ide.c
--
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