Skip to content
  1. Feb 07, 2017
  2. Feb 02, 2017
  3. Feb 01, 2017
  4. Jan 31, 2017
  5. Jan 25, 2017
    • 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
  6. Jan 23, 2017
  7. Jan 22, 2017