1. 15 7月, 2015 2 次提交
  2. 19 4月, 2015 1 次提交
    • S
      dm: x86: spi: Convert ICH SPI driver to driver model · ba457562
      Simon Glass 提交于
      Convert this driver over to use driver model. Since all x86 platforms use
      it, move x86 to use driver model for SPI and SPI flash. Adjust all dependent
      code and remove the old x86 spi_init() function.
      
      Note that this does not make full use of the new PCI uclass as yet. We still
      scan the bus looking for the device. It should move to finding its details
      in the device tree.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      ba457562
  3. 17 4月, 2015 1 次提交
  4. 07 2月, 2015 2 次提交
  5. 24 1月, 2015 1 次提交
  6. 14 12月, 2014 4 次提交
  7. 24 7月, 2013 1 次提交
  8. 02 4月, 2013 1 次提交
    • Y
      Consolidate bool type · 472d5460
      York Sun 提交于
      'bool' is defined in random places. This patch consolidates them into a
      single header file include/linux/types.h, using stdbool.h introduced in C99.
      
      All other #define, typedef and enum are removed. They are all consistent with
      true = 1, false = 0.
      
      Replace FALSE, False with false. Replace TRUE, True with true.
      Skip *.py, *.php, lib/* files.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      472d5460
  9. 19 3月, 2013 2 次提交