1. 09 Feb, 2017 6 commits
  2. 07 Feb, 2017 2 commits
  3. 06 Feb, 2017 3 commits
  4. 01 Feb, 2017 2 commits
  5. 31 Jan, 2017 6 commits
  6. 24 Jan, 2017 2 commits
    • Bhumika Goyal's avatar
      Input: constify device_type structures · f719315b
      Bhumika Goyal authored
      Declare device_type structures as const as they are only stored in the
      type field of a device structure. This field is of type const, so add
      const to declaration of device_type structures.
      
      File size before:
         text	   data	    bss	    dec	    hex	filename
        17184	   1344	     80	  18608	   48b0	drivers/input/input.o
      
      File size after:
         text	   data	    bss	    dec	    hex	filename
        17248	   1280	     80	  18608	   48b0	drivers/input/input.o
      
      File size before:
         text	   data	    bss	    dec	    hex	filename
         2355	    384	      8	   2747	    abb	drivers/input/rmi4/rmi_bus.o
      
      File size after:
         text	   data	    bss	    dec	    hex	filename
         2483	    264	      8	   2755	    ac3	drivers/input/rmi4/rmi_bus.o
      Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      f719315b
    • Dmitry Torokhov's avatar
      Merge tag 'v4.10-rc5' into next · 0cce2845
      Dmitry Torokhov authored
      Sync up with mainline to bring up improvements in various subsystems.
      0cce2845
  7. 23 Jan, 2017 5 commits
  8. 22 Jan, 2017 14 commits