1. 24 8月, 2011 17 次提交
  2. 16 8月, 2011 1 次提交
    • A
      gma500: kill MIPI interface types · c3585aa9
      Alan Cox 提交于
      Kirill Shutemov found problems with the non-upstream IMG driver where the
      use of extra DRM encoder/connector types caused random crashes when the DRM
      layer tried to display their matching name. This removes the MIPI types
      matching the changes Pauli Nieminen made to the non upstream driver set.
      
      As Pauli points out:
      " MIPI (or DSI) is protocol specification on top of LVDS serial bus. That
       makes it resonable to call MIPI connectors and encoders LVDS."
      
      (and indeed they may also be HDMI convertors or similar when we want to
       report a more useful to end user result)
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c3585aa9
  3. 09 8月, 2011 4 次提交
  4. 03 8月, 2011 16 次提交
  5. 28 7月, 2011 2 次提交
    • N
      net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared · 550fd08c
      Neil Horman 提交于
      After the last patch, We are left in a state in which only drivers calling
      ether_setup have IFF_TX_SKB_SHARING set (we assume that drivers touching real
      hardware call ether_setup for their net_devices and don't hold any state in
      their skbs.  There are a handful of drivers that violate this assumption of
      course, and need to be fixed up.  This patch identifies those drivers, and marks
      them as not being able to support the safe transmission of skbs by clearning the
      IFF_TX_SKB_SHARING flag in priv_flags
      Signed-off-by: NNeil Horman <nhorman@tuxdriver.com>
      CC: Karsten Keil <isdn@linux-pingi.de>
      CC: "David S. Miller" <davem@davemloft.net>
      CC: Jay Vosburgh <fubar@us.ibm.com>
      CC: Andy Gospodarek <andy@greyhouse.net>
      CC: Patrick McHardy <kaber@trash.net>
      CC: Krzysztof Halasa <khc@pm.waw.pl>
      CC: "John W. Linville" <linville@tuxdriver.com>
      CC: Greg Kroah-Hartman <gregkh@suse.de>
      CC: Marcel Holtmann <marcel@holtmann.org>
      CC: Johannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      550fd08c
    • A
      [media] TM6000: alsa: Clean up kernel coding style errors · 37f9619d
      Adam M. Dutko 提交于
      There were several coding style errors as reported by checkpatch.pl. This
      patch should fix those errors with the single exception of the open square
      bracket issue on line 45.
      
      [mchehab@redhat.com: Fix a merge conflict]
      Signed-off-by: NAdam M. Dutko <dutko.adam@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      37f9619d