1. 09 Oct, 2013 1 commit
    • Fabio Estevam's avatar
      ARM: dts: imx51-babbage: Make DVI and WVGA panel functional · 493a8636
      Fabio Estevam authored
      Currently we get the following errors on imx51-babbage:
      
      /display@di0: could not find display-timings node
      /display@di0: no timings specified
      /display@di1: could not find display-timings node
      /display@di1: no timings specified
      imx-drm imx-drm: failed to allocate buffer with size 0
      
      Provide timing values for IPU1, which is connected to a DVI bridge and
      to IPU2, which can be connected to the WVGA panel, so that both of them can
      be functional.
      
      While at it, disable the WVGA panel, so that DVI output becomes the default one.
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      493a8636
  2. 08 Oct, 2013 2 commits
  3. 06 Oct, 2013 3 commits
  4. 05 Oct, 2013 1 commit
  5. 29 Sep, 2013 4 commits
  6. 27 Sep, 2013 2 commits
  7. 26 Sep, 2013 25 commits
  8. 23 Sep, 2013 2 commits
    • Linus Torvalds's avatar
      Linux 3.12-rc2 · 4a10c2ac
      Linus Torvalds authored
      4a10c2ac
    • Linus Torvalds's avatar
      Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 9d23108d
      Linus Torvalds authored
      Pull staging fixes from Greg KH:
       "Here are a number of small staging tree and iio driver fixes.  Nothing
        major, just lots of little things"
      
      * tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (34 commits)
        iio:buffer_cb: Add missing iio_buffer_init()
        iio: Prevent race between IIO chardev opening and IIO device free
        iio: fix: Keep a reference to the IIO device for open file descriptors
        iio: Stop sampling when the device is removed
        iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
        iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume
        iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume
        iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
        iio: iio_device_add_event_sysfs() bugfix
        staging: iio: ade7854-spi: Fix return value
        staging:iio:hmc5843: Fix measurement conversion
        iio: isl29018: Fix uninitialized value
        staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and buffer enabled for built in dummy driver.
        iio: at91: fix adc_clk overflow
        staging: line6: add bounds check in snd_toneport_source_put()
        Staging: comedi: Fix dependencies for drivers misclassified as PCI
        staging: r8188eu: Adjust RX gain
        staging: r8188eu: Fix smatch warning in core/rtw_ieee80211.
        staging: r8188eu: Fix smatch error in core/rtw_mlme_ext.c
        staging: r8188eu: Fix Smatch off-by-one warning in hal/rtl8188e_hal_init.c
        ...
      9d23108d