1. 24 5月, 2014 2 次提交
  2. 23 5月, 2014 3 次提交
  3. 22 5月, 2014 1 次提交
  4. 17 5月, 2014 1 次提交
  5. 16 5月, 2014 1 次提交
  6. 14 5月, 2014 1 次提交
    • S
      ARM: tegra: tegra_defconfig updates · 9956dcc5
      Stephen Warren 提交于
      AT24C EEPROM:
      
      This is used for the board ID EEPROM on Jetson TK1, as well as likely
      a whole slew of other NVIDIA reference boards; we simply haven't added
      enabled the EEPROM in the DT files until now.
      
      MTD_SPI_NOR:
      
      This defconfig contains the CONFIG_M25P80 symbol, which is now
      dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
      the new dependency.
      
      FRAMEBUFFER_CONSOLE_ROTATION:
      
      Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
      console in the expected orientation.
      
      CAN*, RTC_DRV_DS1307:
      
      Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
      controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
      this carrier board.
      
      Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
      MCP251x CAN controllers.
      
      INPUT_JOYDEV:
      
      NVIDIA SHIELD embeds a USB joystick device.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      9956dcc5
  7. 11 5月, 2014 1 次提交
  8. 06 5月, 2014 3 次提交
  9. 05 5月, 2014 3 次提交
  10. 28 4月, 2014 1 次提交
    • M
      arm: KVM: fix possible misalignment of PGDs and bounce page · 5d4e08c4
      Mark Salter 提交于
      The kvm/mmu code shared by arm and arm64 uses kalloc() to allocate
      a bounce page (if hypervisor init code crosses page boundary) and
      hypervisor PGDs. The problem is that kalloc() does not guarantee
      the proper alignment. In the case of the bounce page, the page sized
      buffer allocated may also cross a page boundary negating the purpose
      and leading to a hang during kvm initialization. Likewise the PGDs
      allocated may not meet the minimum alignment requirements of the
      underlying MMU. This patch uses __get_free_page() to guarantee the
      worst case alignment needs of the bounce page and PGDs on both arm
      and arm64.
      
      Cc: <stable@vger.kernel.org> # 3.10+
      Signed-off-by: NMark Salter <msalter@redhat.com>
      Acked-by: NMarc Zyngier <marc.zyngier@arm.com>
      Signed-off-by: NChristoffer Dall <christoffer.dall@linaro.org>
      5d4e08c4
  11. 26 4月, 2014 4 次提交
  12. 25 4月, 2014 6 次提交
  13. 24 4月, 2014 10 次提交
  14. 23 4月, 2014 3 次提交