1. 19 5月, 2020 1 次提交
  2. 06 2月, 2020 1 次提交
    • S
      dm: core: Create a new header file for 'compat' features · 336d4615
      Simon Glass 提交于
      At present dm/device.h includes the linux-compatible features. This
      requires including linux/compat.h which in turn includes a lot of headers.
      One of these is malloc.h which we thus end up including in every file in
      U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
      which needs to use the system malloc() in some files.
      
      Move the compatibility features into a separate header file.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      336d4615
  3. 09 10月, 2017 1 次提交
  4. 24 9月, 2016 1 次提交
  5. 04 11月, 2013 1 次提交
  6. 31 7月, 2013 1 次提交
  7. 13 5月, 2013 1 次提交
    • S
      bfin: Move gpio support for bf54x and bf60x into the generic driver folder. · da34aae5
      Sonic Zhang 提交于
      The gpio spec for bf54x and bf60x differ a lot from the old gpio driver for bf5xx.
      A lot of machine macros are used to accomodate both code in one gpio driver.
      This patch split the old gpio driver and move new gpio2 support to the generic
      gpio driver folder.
      
      - To enable gpio2 driver, macro CONFIG_ADI_GPIO2 should be defined in the board's
      config header file.
      - The gpio2 driver supports bf54x, bf60x and future ADI processors, while the
      older gpio driver supports bf50x, bf51x, bf52x, bf53x and bf561.
      - All blackfin specific gpio function names are replaced by the generic gpio APIs.
      Signed-off-by: NSonic Zhang <sonic.zhang@analog.com>
      da34aae5