dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-w90x900
Linus Torvalds c39e8ede28 ARM: A few more platform fixes for include file fallout
Two patches, one dealing with the system.h fallout, the other is a missing
 linux/bug.h in a place where ARRAY_SIZE() is used.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJPdjupAAoJEIwa5zzehBx3ME0QAJCWNrLTykxVTS/tgjOC/cDH
 dqgCnXKZ03A1jW/cEoptQwfGFi2eTNuo1joSerwKBn+O0R6HAGVBDaMbODmZKZIL
 0ITlaXMEmN6OaWImIo3fygYyZdG0wpst9I3L8jhkQFbnd6aVkutm7dEg5fuId8fD
 D+/LM5o9kyrsbKdEI1dhnVl1hVscHmNYQ5YITqLj2q84PHlLMlowVhVrRzUSDOT8
 /E+APwwKTtIlXqZpDHCT1TlmLXAcGZKs3BTP/i8MEecbFCAy0GHgZT3phcuUtR/+
 YkKJkgUB0EcqEWNfoysr0eU7g44Dvkm5aA4kpvSzrwTQJk3GJFyWRfYlzndt5lUq
 kk8CAAiqDAxlGrJXm51ywzNZ3QeY7Au8BCgxmQe6aop9lexQyXCukaE0LO8GzTjj
 4p2YSTqlQ5WKoxELG3KFPaGFatR/ZA6MKyplp0VrYlXPXrsuJoTP9FQc8vwTl+OQ
 9BKVC9+Ile9HQh50CjuBpNZT4+wBLVrMC6dUBE4UhBd0B7uKVuSDMYnx5t89XTxW
 4kWdD+pacSAiD5l7w0KJUdUL6ATKmkeByjLCxZ1beoYXyzBBMwdKb7MgKuv51o1N
 sN5VPbqvrZgkZOFZ18p1dB9QhZVNzp7FPtx3Uxu4WqknQuCceIIBQrM/MVFbadp3
 6+eLBPO8pEHk68AbkevJ
 =GQrl
 -----END PGP SIGNATURE-----

Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull a few more ARM platform fixes from Olof Johansson:
 "Apologies for back-to-back fixes pull requests, but one of the patches
  below are the kind we'll see posted over and over if we don't send it
  in.  I hadn't done the full sanity-check of defconfig builds by the
  time I sent up the other fixes yesterday or I would have included it
  then.

  Two patches, one dealing with the system.h fallout, the other is a
  missing linux/bug.h in a place where ARRAY_SIZE() is used."

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: clps711x: fix missing include file
  ARM: fix builds due to missing <asm/system_misc.h> includes
2012-03-30 17:00:34 -07:00
..
include/mach ARM: remove bunch of now unused mach/io.h files 2012-03-06 21:34:44 -06:00
Kconfig ARM: 5684/1: Add nuc960 platform to w90x900 2009-09-02 11:22:24 +01:00
Makefile ARM: 5684/1: Add nuc960 platform to w90x900 2009-09-02 11:22:24 +01:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
clksel.c ARM: 7274/1: NUC900: Rename nuc900-audio platform device to nuc900-ac97 2012-01-13 08:56:40 +00:00
clock.c ARM: Consolidate clks_register() and similar 2010-02-12 17:32:36 +00:00
clock.h ARM: 6483/1: arm & sh: factorised duplicated clkdev.c 2010-11-26 10:51:04 +00:00
cpu.c Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
cpu.h NUC900 LCD Controller Driver 2010-03-12 15:52:34 -08:00
dev.c ARM: fix builds due to missing <asm/system_misc.h> includes 2012-03-30 15:44:40 -07:00
gpio.c ARM: 5682/1: Add cpu.c and dev.c and modify some files of w90p910 platform 2009-09-02 11:22:23 +01:00
irq.c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core 2012-01-07 12:03:30 -08:00
mach-nuc910evb.c ARM: restart: w90x900: use new restart hook 2012-01-05 12:57:21 +00:00
mach-nuc950evb.c ARM: restart: w90x900: use new restart hook 2012-01-05 12:57:21 +00:00
mach-nuc960evb.c ARM: restart: w90x900: use new restart hook 2012-01-05 12:57:21 +00:00
mfp.c ARM: 7274/1: NUC900: Rename nuc900-audio platform device to nuc900-ac97 2012-01-13 08:56:40 +00:00
nuc9xx.h ARM: restart: w90x900: use new restart hook 2012-01-05 12:57:21 +00:00
nuc910.c ARM: 6249/1: add nuc900 kpi platform_device structure to nuc910_dev 2010-07-22 09:20:17 +01:00
nuc910.h ARM: w90x900: add common nuc9xx.h 2011-11-21 09:49:30 +00:00
nuc950.c ARM: 6231/1: re-organize the nuc900 lcd arch platform data setting 2010-07-22 09:20:16 +01:00
nuc950.h ARM: w90x900: add common nuc9xx.h 2011-11-21 09:49:30 +00:00
nuc960.c ARM: 5684/1: Add nuc960 platform to w90x900 2009-09-02 11:22:24 +01:00
nuc960.h ARM: w90x900: add common nuc9xx.h 2011-11-21 09:49:30 +00:00
time.c ARM: w90x900: add common nuc9xx.h 2011-11-21 09:49:30 +00:00