1. 24 6月, 2013 2 次提交
  2. 20 6月, 2013 3 次提交
  3. 19 6月, 2013 5 次提交
    • A
      clocksource: kona: adapt to CLOCKSOURCE_OF_DECLARE change · 9682bcde
      Arnd Bergmann 提交于
      The CLOCKSOURCE_OF_DECLARE functions now take a device_node pointer
      as their argument, as of the clksrc/cleanup branch in arm-soc.
      This patch adapts the bcm_kona_timer driver to the new interface.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NChristian Daudt <csd@broadcom.com>
      Cc: John Stultz <john.stultz@linaro.org>
      9682bcde
    • A
      X.509: do not emit any informational output · a857c6e7
      Arnd Bergmann 提交于
      When building a kernel using 'make -s', I expect to see an empty output,
      except for build warnings and errors. The build_OID_registry code
      always prints one line when run, which is not helpful to most people
      building the kernels, and which makes it harder to automatically
      check for build warnings.
      
      Let's just remove the one line output.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: David Howells <dhowells@redhat.com>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      a857c6e7
    • A
      mtd: omap2: allow bulding as a module · 930d800b
      Arnd Bergmann 提交于
      The omap2 nand device driver calls into the the elm code, which can
      be a loadable module, and in that case it cannot be built-in itself.
      I can see no reason why the omap2 driver cannot also be a module,
      so let's make the option "tristate" in Kconfig to fix this allmodconfig
      build error:
      
      ERROR: "elm_config" [drivers/mtd/nand/omap2.ko] undefined!
      ERROR: "elm_decode_bch_error_page" [drivers/mtd/nand/omap2.ko] undefined!
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: Afzal Mohammed <afzal@ti.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: linux-mtd@lists.infradead.org
      930d800b
    • A
      [SCSI] nsp32: use mdelay instead of large udelay constants · b497ceb9
      Arnd Bergmann 提交于
      ARM cannot handle udelay for more than 2 miliseconds, so we
      should use mdelay instead for those.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NGOTO Masanori <gotom@debian.or.jp>
      Cc: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
      Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
      Cc: linux-scsi@vger.kernel.org
      b497ceb9
    • A
      hwrng: bcm2835: fix MODULE_LICENSE tag · 22e8099f
      Arnd Bergmann 提交于
      The MODULE_LICENSE macro invocation must use either "GPL" or "GPL v2",
      but not "GPLv2" in order to be detected by the module loader.
      
      This fixes the allmodconfig build error:
      
      FATAL: modpost: GPL-incompatible module bcm2835-rng.ko uses GPL-only symbol 'platform_driver_unregister'
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NLubomir Rintel <lkundrak@v3.sk>
      Cc: Dom Cobley <popcornmix@gmail.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Matt Mackall <mpm@selenic.com>
      Cc: linux-rpi-kernel@lists.infradead.org
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      22e8099f
  4. 18 6月, 2013 4 次提交
  5. 15 6月, 2013 3 次提交
  6. 13 6月, 2013 5 次提交
  7. 12 6月, 2013 8 次提交
  8. 11 6月, 2013 1 次提交
  9. 09 6月, 2013 9 次提交