Skip to content
Snippets Groups Projects
  1. May 05, 2017
  2. Mar 20, 2017
  3. Jun 04, 2016
    • Scott Wood's avatar
      nand: Embed mtd_info in struct nand_chip · b616d9b0
      Scott Wood authored
      
      nand_info[] is now an array of pointers, with the actual mtd_info
      instance embedded in struct nand_chip.
      
      This is in preparation for syncing the NAND code with Linux 4.6,
      which makes the same change to struct nand_chip.  It's in a separate
      commit due to the large amount of changes required to accommodate the
      change to nand_info[].
      
      Signed-off-by: default avatarScott Wood <oss@buserror.net>
      b616d9b0
  4. Feb 24, 2016
  5. Jun 18, 2015
  6. May 28, 2015
  7. May 08, 2015
    • Hannes Petermaier's avatar
      board/BuR/tseries: Add simplefb support · 99f72472
      Hannes Petermaier authored
      
      Since the used AM3352 SoC doesn't have GPU it isn't allways necessary to build
      in complete drm-stuff into linux kernel. In very small applications only we use
      the simple-framebuffer.
      
      So we have 2 use-cases:
      - device operating on drm-driver (let simplefb node disabled)
      - device operating on simplefb-driver (activate simplefb node and reserve mem)
      
      The decision is made by means of "simplefb" environment variable.
      
      simplefb = 0
      we don't enable the (maybe) existing simplefb node and all the rest around
      display is up to the linux-kernel. We just disable the backlight, beceause we
      do not want see the flicker during take over of drm-driver.
      
      simplefb = 1
      we enable the (maybe) existing simplefb node and reserve framebuffers size
      in memory.
      
      Signed-off-by: default avatarHannes Petermaier <oe5hpm@oevsv.at>
      99f72472
    • Hannes Petermaier's avatar
      board/BuR/tseries: take usage of CONFIG_LCD_ROTATION · d804452b
      Hannes Petermaier authored
      
      We take use of the new LCD_ROTATION feature.
      The information about how the display is rotated is taken from B&R specific
      (/factory-settings/rotation) information in the devicetree.
      
      The information there is stored as string (cw, ud, ccw, none) since starting
      support of this devices and cannot be changed, so we have to convert it into
      
      none = 0
      cw   = 1
      ud   = 2
      ccw  = 3
      
      Signed-off-by: default avatarHannes Petermaier <oe5hpm@oevsv.at>
      d804452b
  8. Apr 23, 2015
  9. Apr 18, 2015
  10. Mar 28, 2015
  11. Mar 17, 2015
  12. Mar 06, 2015
  13. May 23, 2014
  14. Mar 06, 2014
  15. Mar 04, 2014
  16. Feb 21, 2014
Loading