1. 11 3月, 2014 1 次提交
  2. 04 12月, 2013 2 次提交
  3. 15 10月, 2013 1 次提交
  4. 07 9月, 2013 8 次提交
  5. 24 7月, 2013 1 次提交
  6. 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
  7. 03 11月, 2012 15 次提交
  8. 17 11月, 2011 1 次提交
  9. 28 10月, 2011 1 次提交
    • M
      GCC4.6: Squash warnings in ahci.c · 1a928ed9
      Marek Vasut 提交于
      ahci.c: In function 'ahci_port_start':
      ahci.c:401: warning: format '%x' expects type 'unsigned int', but argument 2 has
      type 'struct ahci_cmd_hdr *'
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Mike Frysinger <vapier@gentoo.org>
      1a928ed9
  10. 26 7月, 2011 2 次提交
  11. 29 7月, 2009 1 次提交
  12. 24 7月, 2009 1 次提交
  13. 10 2月, 2009 1 次提交
  14. 19 10月, 2008 1 次提交
  15. 13 8月, 2008 1 次提交
  16. 26 11月, 2007 1 次提交
  17. 15 8月, 2007 1 次提交