1. 09 3月, 2013 1 次提交
  2. 03 3月, 2013 4 次提交
    • J
      metag: Add JTAG Debug Adapter (DA) support · ae85ac71
      James Hogan 提交于
      Add basic JTAG Debug Adapter (DA) support so that drivers which
      communicate with the DA can detect whether one is actually present
      (otherwise the target will halt indefinitely).
      
      This allows the metag_da TTY driver and imgdafs filesystem driver to be
      built, updates defconfigs, and sets up the metag_da console early if
      it's configured in.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      ae85ac71
    • J
      metag: Internal and external irqchips · 5698c50d
      James Hogan 提交于
      Meta core internal interrupts (from HWSTATMETA and friends) are vectored
      onto the TR1 core trigger for the current thread. This is demultiplexed
      in irq-metag.c to individual Linux IRQs for each internal interrupt.
      
      External SoC interrupts (from HWSTATEXT and friends) are vectored onto
      the TR2 core trigger for the current thread. This is demultiplexed in
      irq-metag-ext.c to individual Linux IRQs for each external SoC interrupt.
      The external irqchip has devicetree bindings for configuring the number
      of irq banks and the type of masking available.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Rob Landley <rob@landley.net>
      Cc: Dom Cobley <popcornmix@gmail.com>
      Cc: Simon Arlott <simon@fire.lp0.eu>
      Cc: Viresh Kumar <viresh.kumar@linaro.org>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Cc: devicetree-discuss@lists.ozlabs.org
      Cc: linux-doc@vger.kernel.org
      5698c50d
    • J
      metag: Time keeping · a2c5d4ed
      James Hogan 提交于
      Add time keeping code for metag. Meta hardware threads have 2 timers.
      The background timer (TXTIMER) is used as a free-running time base, and
      the interrupt timer (TXTIMERI) is used for the timer interrupt. Both
      counters traditionally count at approximately 1MHz.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: John Stultz <johnstul@us.ibm.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      a2c5d4ed
    • J
      metag: Add MAINTAINERS entry · 12285945
      James Hogan 提交于
      Add MAINTAINERS entry for the metag architecture port.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Cc: Cesar Eduardo Barros <cesarb@cesarb.net>
      Cc: Joe Perches <joe@perches.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      12285945
  3. 28 2月, 2013 3 次提交
    • W
      nbd: update documentation and link to mailinglist · 5e4b269b
      Wouter Verhelst 提交于
      Documentation/blockdev/nbd.txt contained some documentation which was
      horribly outdated and probably still dates from the original patch that
      added NBD support to the kernel.
      
      This patch removes the useless and outdated bits.  The tools on nbd.sf.net
      are fully documented in manpages, which is where documentation for the
      non-kernel bits should live.
      
      Additionally, add a reference to the MAINTAINERS file for the nbd-general
      mailinglist that is used for discussion of the userland tools and the
      kernel module already.
      Signed-off-by: NWouter Verhelst <w@uter.be>
      Cc: Paul Clements <Paul.Clements@steeleye.com>
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5e4b269b
    • S
      MAINTAINERS: update Tegra section to capture all Tegra files · 5d96bf4d
      Stephen Warren 提交于
      The intent is to ensure that all Tegra-related patches are sent to the
      linux-tegra@ mailing list, so people can keep up-to-date on all misc
      driver changes.
      
      Doing this with a keyword is far simpler and more compact than listing
      all Tegra-related drivers, even if wildcards were used.
      
      Words such as integrate or integrator are common.  Ensure the character
      right before "tegra" isn't a-z (case-insensitive), to make sure the
      keyword doesn't match those.
      
      The only files that the keyword doesn't match are the NVEC driver.  Add
      the linux-tegra mailing list to the NVEC entry to solve this.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Cc: Joe Perches <joe@perches.com>
      Cc: Julian Andres Klode <jak@jak-linux.org>
      Cc: Marc Dietrich <marvin24@gmx.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5d96bf4d
    • S
      get_maintainer: allow keywords to match filenames · eb90d085
      Stephen Warren 提交于
      Allow K: entries in MAINTAINERS to match directly against filenames;
      either those extracted from patch +++ or --- lines, or those specified
      on the command-line using the -f option.
      
      This potentially allows fewer lines in a MAINTAINERS entry, if all the
      relevant files are scattered throughout the whole kernel tree, yet
      contain some common keyword.  An example would be using an ARM SoC name
      as the keyword to catch all related drivers.
      
      I don't think setting exact_pattern_match_hash would be appropriate
      here; at least for intended Tegra use case, this feature is to ensure
      that all Tegra-related driver changes get Cc'd to the Tegra mailing
      list.  Setting exact_pattern_match_hash would prevent git history
      parsing for e.g.  S-o-b tags, which still seems like it would be useful.
      Hence, this flag isn't set.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      eb90d085
  4. 26 2月, 2013 1 次提交
    • M
      ghes_edac: Register at EDAC core the BIOS report · 77c5f5d2
      Mauro Carvalho Chehab 提交于
      Register GHES at EDAC MC core, in order to avoid other
      drivers to also handle errors and mangle with error data.
      
      The edac core will warrant that just one driver will be used,
      so the first one to register (BIOS first) will be the one that
      will be reporting the hardware errors.
      
      For now, the EDAC driver does nothing but to register at the
      EDAC core, preventing the hardware-driven mechanism to
      interfere with GHES.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      77c5f5d2
  5. 25 2月, 2013 2 次提交
  6. 22 2月, 2013 2 次提交
  7. 19 2月, 2013 2 次提交
  8. 17 2月, 2013 3 次提交
  9. 16 2月, 2013 1 次提交
  10. 14 2月, 2013 2 次提交
  11. 11 2月, 2013 1 次提交
  12. 10 2月, 2013 1 次提交
  13. 07 2月, 2013 1 次提交
  14. 06 2月, 2013 2 次提交
  15. 05 2月, 2013 2 次提交
  16. 30 1月, 2013 1 次提交
  17. 29 1月, 2013 2 次提交
  18. 26 1月, 2013 4 次提交
  19. 24 1月, 2013 3 次提交
  20. 22 1月, 2013 2 次提交
    • P
      drivers/net: delete old fujitsu based eth16i driver · bb37f122
      Paul Gortmaker 提交于
      This is another driver for relatively rare 10Mbit hardware that
      originated in the early 1990's.  So we select it for removal at
      this point in time as well.
      
      Cc: Mika Kuoppala <miku@iki.fi>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      bb37f122
    • P
      drivers/net: delete old 8 bit ISA Racal ni5010 support. · d2477de7
      Paul Gortmaker 提交于
      These cards were only available in 8bit format, and in addition
      they only had AUI and BNC(10-Base2) interfaces (i.e. no RJ-45).
      
      In fact, they are so rare, that an internet search on these old
      cards almost comes up empty, unless the "Micom interlan" name
      is used.
      
      This puts them in the equivalent domain as the 3c501, so there
      should be no strong opposition to the driver removal, as nobody
      is seriously using 3.9+ with 8 bit ISA hardware.
      
      In doing so, the whole "ethernet/racal" category becomes empty,
      so we clean up the Makefile/Kconfig and subdir appropriately.
      
      Cc: Andreas Mohr <andi@lisas.de>
      Cc: Jan-Pascal van Best <janpascal@vanbest.org>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      d2477de7