1. 20 10月, 2014 3 次提交
  2. 17 10月, 2014 2 次提交
  3. 16 10月, 2014 4 次提交
  4. 15 10月, 2014 2 次提交
  5. 14 10月, 2014 4 次提交
  6. 13 10月, 2014 1 次提交
  7. 10 10月, 2014 13 次提交
  8. 09 10月, 2014 1 次提交
  9. 04 10月, 2014 1 次提交
  10. 03 10月, 2014 7 次提交
  11. 02 10月, 2014 2 次提交
    • A
      ARM: hisi: depend on ARCH_MULTI_V7 · d8f0faa3
      Arnd Bergmann 提交于
      hisi has a general dependency on ARCH_MULTIPLATFORM, which is
      problematic when building a kernel for non-V7 platforms but selecting
      drivers that might conflict with other architecture levels.
      
      In this case, it broke my (still out of tree) patch set that
      enables V7M multiplatform support, since that does not enable
      MULTI_IRQ support:
      
      arch/arm/kernel/built-in.o: In function `set_handle_irq':
      arch/arm/kernel/irq.c:125: undefined reference to `handle_arch_irq'
      arch/arm/kernel/built-in.o: In function `setup_arch':
      arch/arm/kernel/setup.c:965: undefined reference to `handle_arch_irq'
      
      Since all hisilicon platforms are ARMv7 based, we can avoid this
      problem by just making the dependency more specific.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NWei Xu <xuwei5@hisilicon.com>
      d8f0faa3
    • K
      CNS3xxx: Fix debug UART. · c3ca2130
      Krzysztof Hałasa 提交于
      UARTs on CNS3xxx are 8250-compatible, not AMBA.
      The base address for UART0 is 0x78000000 (physical)
      and 0xfb002000 (virtual).
      Signed-off-by: NKrzysztof Hałasa <khalasa@piap.pl>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      c3ca2130