1. 12 7月, 2017 2 次提交
  2. 01 6月, 2017 1 次提交
    • S
      dm: Rename dev_addr..() functions · a821c4af
      Simon Glass 提交于
      These support the flat device tree. We want to use the dev_read_..()
      prefix for functions that support both flat tree and live tree. So rename
      the existing functions to avoid confusion.
      
      In the end we will have:
      
         1. dev_read_addr...()    - works on devices, supports flat/live tree
         2. devfdt_get_addr...()  - current functions, flat tree only
         3. of_get_address() etc. - new functions, live tree only
      
      All drivers will be written to use 1. That function will in turn call
      either 2 or 3 depending on whether the flat or live tree is in use.
      
      Note this involves changing some dead code - the imx_lpi2c.c file.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      a821c4af
  3. 20 3月, 2017 1 次提交
  4. 08 2月, 2017 1 次提交
    • S
      dm: core: Replace of_offset with accessor · e160f7d4
      Simon Glass 提交于
      At present devices use a simple integer offset to record the device tree
      node associated with the device. In preparation for supporting a live
      device tree, which uses a node pointer instead, refactor existing code to
      access this field through an inline function.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      e160f7d4
  5. 07 10月, 2016 1 次提交
  6. 21 7月, 2016 1 次提交
  7. 20 7月, 2016 1 次提交
  8. 15 3月, 2016 1 次提交
  9. 03 1月, 2016 1 次提交
  10. 24 10月, 2014 1 次提交
    • M
      dm: move platform data headers to include/dm/platform_data · 86256b79
      Masahiro Yamada 提交于
      The platform_data definitions are generally referenced from both
      drivers and board files.  That is why header files defining
      platform_data sturectures are placed in "include" directory,
      but our top level "include" directory is already too cluttered.
      
      Let's collect platform_data definitions under the directory
      "include/dm/platform_data" like Linux gathers ones around under
      "include/linux/platform_data".
      
      This commit moves two header files:
      
        include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
        include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      86256b79
  11. 23 10月, 2014 1 次提交
  12. 28 5月, 2014 1 次提交
  13. 24 7月, 2013 1 次提交
  14. 17 10月, 2012 1 次提交
  15. 16 10月, 2012 2 次提交
    • M
      serial: Remove CONFIG_SERIAL_MULTI from serial drivers · a3827250
      Marek Vasut 提交于
      Remove the support for not-CONFIG_SERIAL_MULTI part from serial
      port drivers and some board files. Since CONFIG_SERIAL_MULTI is
      now enabled by default, that part is a dead code. Remove it.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: NTom Rini <trini@ti.com>
      a3827250
    • M
      serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver · a943472c
      Marek Vasut 提交于
      Implement support for CONFIG_SERIAL_MULTI into mxc serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the mxc driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      a943472c
  16. 07 12月, 2011 1 次提交
    • S
      MX: serial_mxc: cleanup removing nasty #ifdef · 40f6fffe
      Stefano Babic 提交于
      The serial driver for iMX SOCs is continuosly changed if a
      new SOC or not yet used port is used. CONFIG_SYS_<SOC>_<UART Port>
      defines were used only to find the base address for the selected UART.
      Instead of that, move the base address to the board configuration
      file and drop all #ifdef from driver.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Wolfgang Denk <wd@denx.de>
      CC: Fabio Estevam <fabio.estevam@freescale.com>
      CC: Helmut Raiger <helmut.raiger@hale.at>
      CC: John Rigby <jcrigby@gmail.com>
      CC: Matthias Weisser <weisserm@arcor.de>
      CC: Jason Liu <jason.hui@linaro.org>
      Acked-by: NJason Liu <jason.hui@linaro.org>
      40f6fffe
  17. 28 4月, 2011 1 次提交
  18. 02 2月, 2011 2 次提交
  19. 29 9月, 2010 1 次提交
  20. 08 3月, 2010 2 次提交
  21. 21 6月, 2009 1 次提交
  22. 30 3月, 2009 1 次提交
  23. 19 10月, 2008 1 次提交
  24. 02 7月, 2008 1 次提交
  25. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  26. 14 4月, 2008 1 次提交
  27. 11 4月, 2008 1 次提交
  28. 30 3月, 2008 1 次提交