1. 26 8月, 2014 1 次提交
    • I
      video: da8xx-fb: preserve display width when changing HSYNC · 4d4e2c00
      Ian Abbott 提交于
      When looking at this driver for a client, I noticed the code that
      configures the HSYNC pulse clobbers the display width in the same
      register.  It only preserves the MS part of the width in bit 3 and zeros
      the LS part of the width in bits 9 to 4.  This doesn't matter during
      initialization as the width is configured afterwards, but subsequent use
      of the FBIPUT_HSYNC ioctl would clobber the width.
      
      Preserve bits 9 to 0 of LCD_RASTER_TIMING_0_REG when configuring the
      horizontal sync.
      Signed-off-by: NIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      4d4e2c00
  2. 01 7月, 2014 1 次提交
  3. 22 4月, 2014 1 次提交
  4. 17 4月, 2014 1 次提交
  5. 14 4月, 2014 1 次提交
  6. 28 2月, 2014 1 次提交
  7. 30 10月, 2013 1 次提交
  8. 30 9月, 2013 1 次提交
  9. 26 9月, 2013 1 次提交
  10. 20 9月, 2013 1 次提交
  11. 30 8月, 2013 4 次提交
  12. 09 8月, 2013 19 次提交
  13. 04 1月, 2013 1 次提交
    • G
      Drivers: video: remove __dev* attributes. · 48c68c4f
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      48c68c4f
  14. 04 12月, 2012 1 次提交
  15. 27 11月, 2012 3 次提交
  16. 10 10月, 2012 2 次提交