[PATCH 0/8] constify nfc i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (8): [PATCH 1/8] nfc: microread: constify i2c_device_id [PATCH 2/8] nfc: nfcmrvl: constify

[PATCH 0/8] constify nfc i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (8): [PATCH 1/8] nfc: microread: constify i2c_device_id [PATCH 2/8] nfc: nfcmrvl: constify

[PATCH] regulator: ltc3589: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/regulator/ltc3589.c | 2 +- 1 file chan

[PATCH] regulator: ltc3589: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/regulator/ltc3589.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] watchdog: ziirave: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/watchdog/ziirave_wdt.c | 2 +- 1 file chan

[PATCH] watchdog: ziirave: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/watchdog/ziirave_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 2/4] misc: hmc6352: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/misc/hmc6352.c | 2 +- 1 file changed, 1 ins

[PATCH 2/4] misc: hmc6352: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/misc/hmc6352.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/4] misc: apds9802als: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/misc/apds9802als.c | 2 +- 1 file chan

[PATCH 1/4] misc: apds9802als: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/misc/apds9802als.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 4/4] staging: iio: tsl2x7x: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/staging/iio/light/tsl2x7x.c | 2 +- 1 file c

[PATCH 4/4] staging: iio: tsl2x7x: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/staging/iio/light/tsl2x7x.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 3/4] misc: isl29020: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/misc/isl29020.c | 2 +- 1 file chan

[PATCH 3/4] misc: isl29020: constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/misc/isl29020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 0/4] constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] misc: apds9802als: constify i2c_device_id [PATCH 2/4] misc: hmc6352: constify

[PATCH 0/4] constify i2c_device_id

2017-08-21 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] misc: apds9802als: constify i2c_device_id [PATCH 2/4] misc: hmc6352: constify

[PATCH] drm: virtio: constify drm_fb_helper_funcs

2017-08-21 Thread Arvind Yadav
drm_fb_helper_funcs are not supposed to change at runtime. All functions working with drm_fb_helper_funcs provided by work with const drm_fb_helper_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/gpu/drm/virtio/virtgpu_fb

[PATCH] drm: virtio: constify drm_fb_helper_funcs

2017-08-21 Thread Arvind Yadav
drm_fb_helper_funcs are not supposed to change at runtime. All functions working with drm_fb_helper_funcs provided by work with const drm_fb_helper_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/virtio/virtgpu_fb.c | 2 +- 1 file changed, 1

[PATCH] staging: vboxvideo: constify drm_fb_helper_funcs

2017-08-21 Thread Arvind Yadav
drm_fb_helper_funcs are not supposed to change at runtime. All functions working with drm_fb_helper_funcs provided by work with const drm_fb_helper_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/staging/vboxvideo/vbox_fb

[PATCH] staging: vboxvideo: constify drm_fb_helper_funcs

2017-08-21 Thread Arvind Yadav
drm_fb_helper_funcs are not supposed to change at runtime. All functions working with drm_fb_helper_funcs provided by work with const drm_fb_helper_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/staging/vboxvideo/vbox_fb.c | 2 +- 1 file changed, 1

[tip:efi/core] firmware/dcdbas: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: 73e310769bc29b96f0657c28b7bdab42d90935d8 Gitweb: http://git.kernel.org/tip/73e310769bc29b96f0657c28b7bdab42d90935d8 Author: Arvind Yadav <arvind.yadav...@gmail.com> AuthorDate: Fri, 18 Aug 2017 20:49:45 +0100 Committer: Ingo Molnar <mi...@kernel.org> CommitDate:

[tip:efi/core] firmware/dcdbas: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: 73e310769bc29b96f0657c28b7bdab42d90935d8 Gitweb: http://git.kernel.org/tip/73e310769bc29b96f0657c28b7bdab42d90935d8 Author: Arvind Yadav AuthorDate: Fri, 18 Aug 2017 20:49:45 +0100 Committer: Ingo Molnar CommitDate: Mon, 21 Aug 2017 09:43:51 +0200 firmware/dcdbas: Constify

[tip:efi/core] firmware/efi/esrt: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: f1a5b53570001b1bcbf890ac6c4be1db99f8cc28 Gitweb: http://git.kernel.org/tip/f1a5b53570001b1bcbf890ac6c4be1db99f8cc28 Author: Arvind Yadav <arvind.yadav...@gmail.com> AuthorDate: Fri, 18 Aug 2017 20:49:47 +0100 Committer: Ingo Molnar <mi...@kernel.org> CommitDate:

[tip:efi/core] firmware/efi/esrt: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: f1a5b53570001b1bcbf890ac6c4be1db99f8cc28 Gitweb: http://git.kernel.org/tip/f1a5b53570001b1bcbf890ac6c4be1db99f8cc28 Author: Arvind Yadav AuthorDate: Fri, 18 Aug 2017 20:49:47 +0100 Committer: Ingo Molnar CommitDate: Mon, 21 Aug 2017 09:43:51 +0200 firmware/efi/esrt

[tip:efi/core] firmware/efi: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: 3ad6bd7c0a1c49a78d1cfda3d474c23bc354 Gitweb: http://git.kernel.org/tip/3ad6bd7c0a1c49a78d1cfda3d474c23bc354 Author: Arvind Yadav <arvind.yadav...@gmail.com> AuthorDate: Fri, 18 Aug 2017 20:49:46 +0100 Committer: Ingo Molnar <mi...@kernel.org> CommitDate:

[tip:efi/core] firmware/efi: Constify attribute_group structures

2017-08-21 Thread tip-bot for Arvind Yadav
Commit-ID: 3ad6bd7c0a1c49a78d1cfda3d474c23bc354 Gitweb: http://git.kernel.org/tip/3ad6bd7c0a1c49a78d1cfda3d474c23bc354 Author: Arvind Yadav AuthorDate: Fri, 18 Aug 2017 20:49:46 +0100 Committer: Ingo Molnar CommitDate: Mon, 21 Aug 2017 09:43:51 +0200 firmware/efi: Constify

[PATCH] drm: mxsfb: constify drm_simple_display_pipe_funcs

2017-08-21 Thread Arvind Yadav
drm_simple_display_pipe_funcs are not supposed to change at runtime. All functions working with drm_simple_display_pipe_funcs provided by work with const drm_simple_display_pipe_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- d

[PATCH] drm: mxsfb: constify drm_simple_display_pipe_funcs

2017-08-21 Thread Arvind Yadav
drm_simple_display_pipe_funcs are not supposed to change at runtime. All functions working with drm_simple_display_pipe_funcs provided by work with const drm_simple_display_pipe_funcs. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/mxsfb/mxsfb_drv.c | 2

[PATCH] staging: greybus: audio: constify snd_soc_dai_ops structures

2017-08-20 Thread Arvind Yadav
snd_soc_dai_ops are not supposed to change at runtime. All functions working with snd_soc_dai_ops provided by work with const snd_soc_dai_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/staging/greybus/audio_codec.c | 2 +-

[PATCH] staging: greybus: audio: constify snd_soc_dai_ops structures

2017-08-20 Thread Arvind Yadav
snd_soc_dai_ops are not supposed to change at runtime. All functions working with snd_soc_dai_ops provided by work with const snd_soc_dai_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/staging/greybus/audio_codec.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] mfd: da9055: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/mfd/da9055-i2c.c | 2 +- 1 file chan

[PATCH] mfd: da9055: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/mfd/da9055-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] hwmon: ftsteutates: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/hwmon/ftsteutates.c | 2 +- 1 file chan

[PATCH] hwmon: ftsteutates: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/hwmon/ftsteutates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 2/6] [media] adv7511: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/adv7511.c | 2 +- 1 file chan

[PATCH 2/6] [media] adv7511: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/adv7511.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/6] [media] ad9389b: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/ad9389b.c | 2 +- 1 file chan

[PATCH 1/6] [media] ad9389b: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/ad9389b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 6/6] [media] ths8200: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/ths8200.c | 2 +- 1 file chan

[PATCH 6/6] [media] ths8200: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/ths8200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 4/6] [media] saa7127: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/saa7127.c | 2 +- 1 file chan

[PATCH 4/6] [media] saa7127: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/saa7127.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 3/6] [media] adv7842: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/adv7842.c | 2 +- 1 file chan

[PATCH 3/6] [media] adv7842: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/adv7842.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 5/6] [media] tc358743: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/media/i2c/tc358743.c | 2 +- 1 file chan

[PATCH 0/6] constify media i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (6): [PATCH 1/6] [media] ad9389b: constify i2c_device_id [PATCH 2/6] [media] adv7511: constify

[PATCH 5/6] [media] tc358743: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/media/i2c/tc358743.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 0/6] constify media i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (6): [PATCH 1/6] [media] ad9389b: constify i2c_device_id [PATCH 2/6] [media] adv7511: constify

[PATCH 2/4] rtc: em3027: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/rtc/rtc-em3027.c | 2 +- 1 file chan

[PATCH 2/4] rtc: em3027: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/rtc/rtc-em3027.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 4/4] rtc: rv3029c2: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/rtc/rtc-rv3029c2.c | 2 +- 1 file chan

[PATCH 4/4] rtc: rv3029c2: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/rtc/rtc-rv3029c2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/4] rtc: ds1672: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/rtc/rtc-ds1672.c | 2 +- 1 file chan

[PATCH 0/4] constify rtc i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] rtc: ds1672: constify i2c_device_id [PATCH 2/4] rtc: em3027: constify i2c_device_id

[PATCH 3/4] rtc: max6900: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/rtc/rtc-max6900.c | 2 +- 1 file chan

[PATCH 1/4] rtc: ds1672: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/rtc/rtc-ds1672.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 0/4] constify rtc i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] rtc: ds1672: constify i2c_device_id [PATCH 2/4] rtc: em3027: constify i2c_device_id

[PATCH 3/4] rtc: max6900: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/rtc/rtc-max6900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 0/3] constify iio i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] iio: accel: bma180: constify i2c_device_id [PATCH 2/3] iio: light: apds9300: constify

[PATCH 3/3] iio: light: tsl2583: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/iio/light/tsl2583.c | 2 +- 1 file chan

[PATCH 0/3] constify iio i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] iio: accel: bma180: constify i2c_device_id [PATCH 2/3] iio: light: apds9300: constify

[PATCH 3/3] iio: light: tsl2583: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/iio/light/tsl2583.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 2/3] iio: light: apds9300: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/iio/light/apds9300.c | 2 +- 1 file chan

[PATCH 2/3] iio: light: apds9300: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/iio/light/apds9300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/3] iio: accel: bma180: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/iio/accel/bma180.c | 2 +- 1 file chan

[PATCH 1/3] iio: accel: bma180: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/iio/accel/bma180.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/3] drm: i2c: ch7006: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/gpu/drm/i2c/ch7006_drv.c | 2 +- 1 file chan

[PATCH 3/3] drm: i2c: tda998x: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file c

[PATCH 1/3] drm: i2c: ch7006: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/i2c/ch7006_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 3/3] drm: i2c: tda998x: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 0/3] constify drm i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] drm: i2c: ch7006: constify i2c_device_id [PATCH 2/3] drm: i2c: sil164: constify

[PATCH 2/3] drm: i2c: sil164: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/gpu/drm/i2c/sil164_drv.c | 2 +- 1 file chan

[PATCH 0/3] constify drm i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] drm: i2c: ch7006: constify i2c_device_id [PATCH 2/3] drm: i2c: sil164: constify

[PATCH 2/3] drm: i2c: sil164: constify i2c_device_id

2017-08-19 Thread Arvind Yadav
i2c_device_id are not supposed to change at runtime. All functions working with i2c_device_id provided by work with const i2c_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/i2c/sil164_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 4/4] tty: mux: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/tty/serial/mux.c | 4 ++-- 1 file c

[PATCH 3/4] tty: 8250: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/tty/serial/8250/8250_gsc.c | 4 +

[PATCH 4/4] tty: mux: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/tty/serial/mux.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 3/4] tty: 8250: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/tty/serial/8250/8250_gsc.c | 4 ++-- 1 file changed, 2 insertions

[PATCH 1/4] scsi: lasi700: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/scsi/lasi700.c | 2 +- 1 file chan

[PATCH 1/4] scsi: lasi700: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/scsi/lasi700.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 2/4] scsi: zalon: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/scsi/zalon.c | 2 +- 1 file chan

[PATCH 0/4] constify scsi/tty parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] scsi: lasi700: constify parisc_device_id [PATCH 2/4] scsi: zalon: constify

[PATCH 2/4] scsi: zalon: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/scsi/zalon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 0/4] constify scsi/tty parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] scsi: lasi700: constify parisc_device_id [PATCH 2/4] scsi: zalon: constify

[PATCH 2/8] parisc: ccio: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/ccio-rm-dma.c | 2 +-

[PATCH 2/8] parisc: ccio: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/ccio-rm-dma.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 3/8] parisc: dino: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/dino.c | 2 +- 1 file chan

[PATCH 3/8] parisc: dino: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/dino.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 5/8] parisc: lasi: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/lasi.c | 2 +- 1 file chan

[PATCH 5/8] parisc: lasi: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/lasi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 7/8] parisc: sba_iommu: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/sba_iommu.c | 2 +- 1 file c

[PATCH 6/8] parisc: lba_pci: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/lba_pci.c | 2 +- 1 file c

[PATCH 7/8] parisc: sba_iommu: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/sba_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 6/8] parisc: lba_pci: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/lba_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 8/8] parisc: wax: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/wax.c | 2 +- 1 file chan

[PATCH 8/8] parisc: wax: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/parisc/wax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 0/8] constify parisc parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Arvind Yadav (8): [PATCH 1/8] parisc: asp: constify parisc_device_id [PATCH 2/8] parisc: ccio: constify

[PATCH 4/8] parisc: hppb: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/hppb.c | 2 +- 1 file chan

[PATCH 1/8] parisc: asp: constify parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> --- drivers/parisc/asp.c | 2 +- 1 file chan

[PATCH 0/8] constify parisc parisc_device_id

2017-08-19 Thread Arvind Yadav
parisc_device_id are not supposed to change at runtime. All functions working with parisc_device_id provided by work with const parisc_device_id. So mark the non-const structs as const. Arvind Yadav (8): [PATCH 1/8] parisc: asp: constify parisc_device_id [PATCH 2/8] parisc: ccio: constify

<    6   7   8   9   10   11   12   13   14   15   >