1. 01 8月, 2014 1 次提交
  2. 29 7月, 2014 1 次提交
  3. 19 7月, 2014 2 次提交
  4. 08 7月, 2014 1 次提交
  5. 05 1月, 2014 1 次提交
  6. 23 7月, 2013 2 次提交
    • H
      bcma: add constants for new ARM based SoCs · 16041990
      Hauke Mehrtens 提交于
      These are the chipIDs of some ARM based SoCs from the BCM47xx line.
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      16041990
    • H
      bcma: add some more core names · bb4997a1
      Hauke Mehrtens 提交于
      These cores were found on a BCM4708 (chipid 53010), this is a ARM SoC
      with two Cortex A9 cores.
      
      bcma: bus0: Found chip with id 0xCF12, rev 0x00 and package 0x02
      bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
      bcma: bus0: Core 1 found: DMA (manuf 0x4BF, id 0x502, rev 0x01, class 0x0)
      bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
      bcma: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
      bcma: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
      bcma: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
      bcma: bus0: Core 6 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
      bcma: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
      bcma: bus0: Core 8 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x01, class 0x0)
      bcma: bus0: Core 9 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x01, class 0x0)
      bcma: bus0: Core 10 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x01, class 0x0)
      bcma: bus0: Core 11 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
      bcma: bus0: Core 12 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
      bcma: bus0: Core 13 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
      bcma: bus0: Core 14 found: ROM (manuf 0x4BF, id 0x508, rev 0x01, class 0x0)
      bcma: bus0: Core 15 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
      bcma: bus0: Core 16 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      bb4997a1
  7. 28 6月, 2013 1 次提交
  8. 18 5月, 2013 1 次提交
  9. 13 4月, 2013 1 次提交
  10. 26 3月, 2013 1 次提交
  11. 27 11月, 2012 1 次提交
  12. 22 11月, 2012 1 次提交
  13. 20 10月, 2012 1 次提交
  14. 03 10月, 2012 1 次提交
  15. 13 7月, 2012 1 次提交
  16. 10 7月, 2012 1 次提交
  17. 28 6月, 2012 1 次提交
  18. 17 5月, 2012 1 次提交
  19. 19 4月, 2012 1 次提交
  20. 06 3月, 2012 2 次提交
  21. 07 2月, 2012 2 次提交
  22. 17 1月, 2012 1 次提交
  23. 14 12月, 2011 2 次提交
  24. 01 11月, 2011 1 次提交
    • P
      include: convert various register fcns to macros to avoid include chaining · eb5589a8
      Paul Gortmaker 提交于
      The original implementations reference THIS_MODULE in an inline.
      We could include <linux/export.h>, but it is better to avoid chaining.
      
      Fortunately someone else already thought of this, and made a similar
      inline into a #define in <linux/device.h> for device_schedule_callback(),
      [see commit 523ded71] so follow that precedent here.
      
      Also bubble up any __must_check that were used on the prev. wrapper inline
      functions up one to the real __register functions, to preserve any prev.
      sanity checks that were used in those instances.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      eb5589a8
  25. 09 8月, 2011 3 次提交
  26. 22 7月, 2011 1 次提交
  27. 20 7月, 2011 3 次提交
  28. 11 6月, 2011 1 次提交
  29. 04 6月, 2011 1 次提交
  30. 02 6月, 2011 2 次提交