1. 10 2月, 2017 3 次提交
  2. 08 2月, 2017 1 次提交
  3. 07 2月, 2017 4 次提交
  4. 02 2月, 2017 2 次提交
  5. 01 2月, 2017 5 次提交
  6. 31 1月, 2017 1 次提交
  7. 25 1月, 2017 2 次提交
    • B
      Input: constify device_type structures · f719315b
      Bhumika Goyal 提交于
      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: NBhumika Goyal <bhumirks@gmail.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      f719315b
    • D
      Merge tag 'v4.10-rc5' into next · 0cce2845
      Dmitry Torokhov 提交于
      Sync up with mainline to bring up improvements in various subsystems.
      0cce2845
  8. 23 1月, 2017 12 次提交
  9. 22 1月, 2017 10 次提交