1. 16 Mar, 2011 2 commits
  2. 15 Mar, 2011 3 commits
  3. 14 Mar, 2011 1 commit
  4. 13 Mar, 2011 6 commits
  5. 25 Feb, 2011 1 commit
    • Iiro Valkonen's avatar
      Input: atmel_mxt_ts - remove matrix size check · 0d3c0737
      Iiro Valkonen authored
      The mxt_check_matrix_size() is currently setting the CTE mode to match
      xline/yline information that is in the platform data, but it does not
      take into account for example the fact that we could have a key array
      in use too (key array would use some x/y lines as well).
      
      It would be better to simply rely on the configuration data, and make
      sure that the CTE mode set in there matches the touch object (touchscreen,
      key array, proximity) configuration (which are set in the config data too).
      Signed-off-by: default avatarIiro Valkonen <iiro.valkonen@atmel.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      0d3c0737
  6. 24 Feb, 2011 3 commits
  7. 21 Feb, 2011 17 commits
  8. 01 Feb, 2011 6 commits
  9. 31 Jan, 2011 1 commit
    • Linus Torvalds's avatar
      Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 · 0fd08c55
      Linus Torvalds authored
      * 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
        NFS: NFSv4 readdir loses entries
        NFS: Micro-optimize nfs4_decode_dirent()
        NFS: Fix an NFS client lockdep issue
        NFS construct consistent co_ownerid for v4.1
        NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount
        NFS improve pnfs_put_deviceid_cache debug print
        NFS fix cb_sequence error processing
        NFS do not find client in NFSv4 pg_authenticate
        NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"
        NFS: Prevent memory allocation failure in nfsacl_encode()
        NFS: nfsacl_{encode,decode} should return signed integer
        NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"
        NFS: Fix "kernel BUG at fs/aio.c:554!"
        NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().
        NFS: fix handling of malloc failure during nfs_flush_multi()
      0fd08c55