Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Jul 10, 2018
    • Peng Fan's avatar
      MLK-12425-2: video: epdc: introduce epdc support · 2f6d5388
      Peng Fan authored
      
      Support EPDC.
      E-Ink feature is supported by i.MX6DL/SL and i.MX7D.
      For now this driver only supports i.MX6DL/SL, because the
      i.MX7D EPDC driver needs pxp support which is not included
      in U-Boot.
      
      Support user defined logo file, if there is no logo file, it will
      draw a black border around a white screen.
      
      If need to enable EPDC, a waveform file is required to let all
      work.
      
      Since we need LCD_MONOCHROME mode for EPDC, we introduce LCD_MONOCHROME
      support.
      
      Please refer to Linux Reference Manual for how to flash WAVEFORM file.
      
      Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
      Signed-off-by: default avatarRobby Cai <R63905@freescale.com>
      Signed-off-by: default avatarNitin Garg <nitin.garg@freescale.com>
      Signed-off-by: default avatarYe.Li <B37916@freescale.com>
      (cherry picked from commit a7244f279cc3c3994bcd103f5e9a183b1075ae71)
      2f6d5388
  3. Jun 11, 2018
  4. Jun 08, 2018
  5. May 11, 2018
  6. May 09, 2018
  7. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  8. May 02, 2018
  9. Apr 27, 2018
  10. Apr 26, 2018
  11. Apr 15, 2018
  12. Mar 22, 2018
  13. Mar 20, 2018
  14. Mar 05, 2018
  15. Feb 04, 2018
  16. Jan 30, 2018
  17. Jan 23, 2018
  18. Jan 19, 2018
    • Tuomas Tynkkynen's avatar
      powerpc: Drop unreferenced CONFIG_* defines · 7dd97af5
      Tuomas Tynkkynen authored
      
      The following config symbols are only defined once and never referenced
      anywhere else:
      
      CONFIG_CYRUS
      CONFIG_IDS8313
      CONFIG_MPC8308_P1M
      CONFIG_MPC8308RDB
      CONFIG_MPC8349EMDS
      CONFIG_MPC8349ITXGP
      CONFIG_SBC8349
      CONFIG_SBC8548
      CONFIG_SBC8641D
      CONFIG_TQM834X
      CONFIG_VE8313
      CONFIG_XPEDITE5140
      CONFIG_XPEDITE5200
      CONFIG_XPEDITE550X
      
      Most of them are config symbols named after the respective boards which
      seems to have been a standard practice at some point.
      
      Signed-off-by: default avatarTuomas Tynkkynen <tuomas@tuxera.com>
      Acked-by: default avatarMario Six <mario.six@gdsys.cc>
      7dd97af5
    • Tuomas Tynkkynen's avatar
      m68k: Drop unreferenced CONFIG_* defines · e6e5ecc5
      Tuomas Tynkkynen authored
      
      The following config symbols are only defined once and never referenced
      anywhere else:
      
      CONFIG_AMCORE
      CONFIG_ASTRO5373L
      CONFIG_M52277EVB
      CONFIG_M5253DEMO
      CONFIG_M5253EVBE
      CONFIG_M5275EVB
      CONFIG_M54418TWR
      CONFIG_STMARK2
      
      Most of them are config symbols named after the respective boards which
      seems to have been a standard practice at some point.
      
      Signed-off-by: default avatarTuomas Tynkkynen <tuomas@tuxera.com>
      e6e5ecc5
Loading