[PATCH 3/4] scsi: scsi_transport_fc: constify attribute_group structures.

2017-07-14 Thread Arvind Yadav
drivers/scsi/scsi_transport_fc.o File size After adding 'const': textdata bss dec hex filename 341861868 4 360588cda drivers/scsi/scsi_transport_fc.o Signed-off-by: Arvind Yadav --- drivers/scsi/scsi_transport_fc.c | 2 +- 1 file changed, 1 inser

[PATCH 2/4] scsi: iscsi_boot_sysfs: constify attribute_group structures.

2017-07-14 Thread Arvind Yadav
drivers/scsi/iscsi_boot_sysfs.o File size After adding 'const': textdata bss dec hex filename 28041512 0431610dc drivers/scsi/iscsi_boot_sysfs.o Signed-off-by: Arvind Yadav --- drivers/scsi/iscsi_boot_sysfs.c | 10 +- include/linux/iscsi_bo

[PATCH 1/4] scsi: scsi_transport_iscsi: constify attribute_group structures.

2017-07-14 Thread Arvind Yadav
/scsi_transport_iscsi.o File size After adding 'const': textdata bss dec hex filename 40764 10070 44 50878c6be scsi/scsi_transport_iscsi.o Signed-off-by: Arvind Yadav --- drivers/scsi/scsi_transport_iscsi.c | 12 ++-- 1 file changed, 6 insert

[PATCH 4/4] scsi: scsi_transport_spi: constify attribute_group structures.

2017-07-14 Thread Arvind Yadav
drivers/scsi/scsi_transport_spi.o File size After adding 'const': textdata bss dec hex filename 155721488 0 1706042a4 drivers/scsi/scsi_transport_spi.o Signed-off-by: Arvind Yadav --- drivers/scsi/scsi_transport_spi.c | 4 ++-- 1 file changed, 2

[PATCH 0/4] constify scsi attribute_group structures.

2017-07-14 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (4): [PATCH 1/4] scsi: scsi_transport_iscsi: constify attribute_group structures. [PATCH 2/4] scsi: iscsi_boot_sysfs: constify attribute_group structures. [PATCH 3/4] scsi

[PATCH] rtc: m41t80: constify attribute_group structures.

2017-07-12 Thread Arvind Yadav
drivers/rtc/rtc-m41t80.o File size After adding 'const': textdata bss dec hex filename 4226 480 047061262 drivers/rtc/rtc-m41t80.o Signed-off-by: Arvind Yadav --- drivers/rtc/rtc-m41t80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] power: supply: constify attribute_group structures.

2017-07-12 Thread Arvind Yadav
power/supply/pcf50633-charger.o File size After adding 'const': textdata bss dec hex filename 2737 336 03073 bed power/supply/pcf50633-charger.o Signed-off-by: Arvind Yadav --- drivers/power/supply/pcf50633-charger.c | 2 +- 1 file changed, 1 inser

[PATCH 1/7] platform/x86: fujitsu-laptop: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/fujitsu-laptop.o File size After adding 'const': textdata bss dec hex filename 75381141 24870321ff drivers/platform/x86/fujitsu-laptop.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/fujitsu-laptop.c | 2 +- 1 file

[PATCH 5/7] platform/x86: panasonic-laptop: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/panasonic-laptop.o File size After adding 'const': textdata bss dec hex filename 2569 536 43109 c25 drivers/platform/x86/panasonic-laptop.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/panasonic-laptop.c | 2 +- 1 file

[PATCH 6/7] platform/x86: asus-wmi: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/asus-wmi.o File size After adding 'const': textdata bss dec hex filename 13268 712 1 13981368d drivers/platform/x86/asus-wmi.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/asus-wmi.c | 4 ++-- 1 file changed, 2 insert

[PATCH 3/7] platform/x86: samsung-laptop: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/samsung-laptop.o File size After adding 'const': textdata bss dec hex filename 87745388 23 141853769 drivers/platform/x86/samsung-laptop.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/samsung-laptop.c | 2 +- 1 file

[PATCH 4/7] platform/x86: alienware-wmi: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/alienware-wmi.o File size After adding 'const': textdata bss dec hex filename 7060 888 4879961f64 drivers/platform/x86/alienware-wmi.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/alienware-wmi.c | 6 +++--- 1 file

[PATCH 7/7] platform/x86: toshiba_acpi: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/toshiba_acpi.o File size After adding 'const': textdata bss dec hex filename 264241008 24 274566b40 drivers/platform/x86/toshiba_acpi.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/toshiba_acpi.c | 2 +- 1 file changed, 1

[PATCH 0/7] Constify platform/x86 attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Arvind Yadav (7): [PATCH 1/7] platform/x86: fujitsu-laptop: constify attribute_group structures. [PATCH 2/7

[PATCH 2/7] platform/x86: compal-laptop: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/platform/x86/compal-laptop.o File size After adding 'const': textdata bss dec hex filename 68456080 34 12959329f drivers/platform/x86/compal-laptop.o Signed-off-by: Arvind Yadav --- drivers/platform/x86/compal-laptop.c | 2 +- 1 file changed, 1

[PATCH 3/3] PCI: hotplug: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/pci/hotplug/rpadlpar_sysfs.o File size After adding 'const': textdata bss dec hex filename 482 96 8 586 232 drivers/pci/hotplug/rpadlpar_sysfs.o Signed-off-by: Arvind Yadav --- drivers/pci/hotplug/rpadlpar_sysfs.c | 2 +- 1 file changed, 1

[PATCH 0/3] constify pci attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] PCI: pci-sysfs: constify attribute_group structures. [PATCH 2/3] PCI: pci

[PATCH 0/3] constify pci attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] PCI: pci-sysfs: constify attribute_group structures. [PATCH 2/3] PCI: pci

[PATCH 2/3] PCI: pci-label: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/pci/pci-label.o File size After adding 'const': textdata bss dec hex filename 1058 192 01250 4ca drivers/pci/pci-label.o Signed-off-by: Arvind Yadav --- drivers/pci/pci-label.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di

[PATCH 1/3] PCI: pci-sysfs: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/pci/pci-sysfs.o File size After adding 'const': textdata bss dec hex filename 87361768 4 10508290c drivers/pci/pci-sysfs.o Signed-off-by: Arvind Yadav --- drivers/pci/pci-sysfs.c | 10 +- 1 file changed, 5 insertions(+), 5 deletion

[PATCH] parisc: pdc_stable: constify attribute_group structures.

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

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 10/10] net: chelsio: cxgb3: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/.../cxgb3/cxgb3_main.o File size After adding 'const': textdata bss dec hex filename 28848 857 12 297177415 drivers/net/.../cxgb3/cxgb3_main.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/ethern

[PATCH v2 09/10] net: bonding: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/bonding/bond_sysfs.o File size After adding 'const': textdata bss dec hex filename 45761408 059841760 drivers/net/bonding/bond_sysfs.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/bonding/bo

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 08/10] arcnet: com20020-pci: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/arcnet/com20020-pci.o File size After adding 'const': textdata bss dec hex filename 3473 884 2843851121 drivers/net/arcnet/com20020-pci.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/arcne

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 07/10] wireless: iwlegacy: Constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/wireless/intel

[PATCH v2 06/10] wireless: iwlegacy: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/wireless/intel

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 05/10] wireless: ipw2100: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/wireless/intel

[PATCH v2 04/10] wireless: ipw2200: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/wireless/intel

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 02/10] net: can: at91_can: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/can/at91_can.o File size After adding 'const': textdata bss dec hex filename 6228 240 064681944 drivers/net/can/at91_can.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/can/at91_can.c | 2

[PATCH v2 03/10] net: can: janz-ican3: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/can/janz-ican3.o File size After adding 'const': textdata bss dec hex filename 11864 304 0 121682f88 drivers/net/can/janz-ican3.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/can/janz-ican3.c

[PATCH v2 00/10] Constify attribute_group structures

2017-07-11 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. [PATCH v2 03/10] net: can: janz

[PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures.

2017-07-11 Thread Arvind Yadav
drivers/net/usb/cdc_ncm.o File size After adding 'const': textdata bss dec hex filename 13339 864 1 14204377c drivers/net/usb/cdc_ncm.o Signed-off-by: Arvind Yadav --- Changes in v2: Added cover later. drivers/net/usb/cdc_ncm.c | 2

Re: [PATCH] net: chelsio: cxgb3: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
Hi Joe, On Tuesday 11 July 2017 11:17 AM, Joe Perches wrote: On Tue, 2017-07-11 at 11:11 +0530, Arvind Yadav wrote: Hi Joe, On Monday 10 July 2017 10:30 PM, Joe Perches wrote: On Mon, 2017-07-10 at 16:04 +0530, Arvind Yadav wrote: attribute_groups are not supposed to change at runtime

Re: [PATCH] net: chelsio: cxgb3: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
Hi Joe, On Monday 10 July 2017 10:30 PM, Joe Perches wrote: On Mon, 2017-07-10 at 16:04 +0530, Arvind Yadav wrote: attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as

[PATCH] net: chelsio: cxgb3: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/.../cxgb3/cxgb3_main.o File size After adding 'const': textdata bss dec hex filename 28848 857 12 297177415 drivers/net/.../cxgb3/cxgb3_main.o Signed-off-by: Arvind Yadav --- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 8 ++-- 1 fi

[PATCH] net: bonding: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/bonding/bond_sysfs.o File size After adding 'const': textdata bss dec hex filename 45761408 059841760 drivers/net/bonding/bond_sysfs.o Signed-off-by: Arvind Yadav --- drivers/net/bonding/bond_sysfs.c | 2 +- 1 file changed, 1 inser

[PATCH] arcnet: com20020-pci: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/arcnet/com20020-pci.o File size After adding 'const': textdata bss dec hex filename 3473 884 2843851121 drivers/net/arcnet/com20020-pci.o Signed-off-by: Arvind Yadav --- drivers/net/arcnet/com20020-pci.c | 2 +- 1 file changed, 1 inser

[PATCH] wireless: iwlegacy: Constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/net/wireless/intel/iwlegacy/4965-mac.c | 2 +- 1 file changed, 1

[PATCH] wireless: iwlegacy: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/net/wireless/intel/iwlegacy/3945-mac.c | 2 +- 1 file changed, 1

[PATCH] wireless: ipw2100: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/net/wireless/intel/ipw2x00/ipw2100.c | 2 +- 1 file changed, 1

[PATCH] wireless: ipw2200: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +- 1 file changed, 1

[PATCH] net: can: janz-ican3: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/can/janz-ican3.o File size After adding 'const': textdata bss dec hex filename 11864 304 0 121682f88 drivers/net/can/janz-ican3.o Signed-off-by: Arvind Yadav --- drivers/net/can/janz-ican3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] net: can: at91_can: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/can/at91_can.o File size After adding 'const': textdata bss dec hex filename 6228 240 064681944 drivers/net/can/at91_can.o Signed-off-by: Arvind Yadav --- drivers/net/can/at91_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] net: cdc_ncm: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/usb/cdc_ncm.o File size After adding 'const': textdata bss dec hex filename 13339 864 1 14204377c drivers/net/usb/cdc_ncm.o Signed-off-by: Arvind Yadav --- drivers/net/usb/cdc_ncm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] net: usb: qmi_wwan: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
drivers/net/usb/qmi_wwan.o File size After adding 'const': textdata bss dec hex filename 16895 400 0 17295438f drivers/net/usb/qmi_wwan.o Signed-off-by: Arvind Yadav --- drivers/net/usb/qmi_wwan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] kernel: cpu: hotplug: constify attribute_group structures.

2017-07-10 Thread Arvind Yadav
Hi Sebastian, On Monday 10 July 2017 12:44 PM, Sebastian Andrzej Siewior wrote: On 2017-06-29 17:40:47 [+0530], Arvind Yadav wrote: attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non

[PATCH] misc: lis3lv02d: constify attribute_group structures.

2017-07-09 Thread Arvind Yadav
drivers/misc/lis3lv02d/lis3lv02d.o File size After adding 'const': textdata bss dec hex filename 7573 689 082622046 drivers/misc/lis3lv02d/lis3lv02d.o Signed-off-by: Arvind Yadav --- drivers/misc/lis3lv02d/lis3lv02d.c | 2 +- 1 file changed, 1 inser

[PATCH] mfd: ab8500-core: constify attribute_group structures.

2017-07-09 Thread Arvind Yadav
drivers/mfd/ab8500-core.o File size After adding 'const': textdata bss dec hex filename 16490 817 184 174914453 drivers/mfd/ab8500-core.o Signed-off-by: Arvind Yadav --- drivers/mfd/ab8500-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletion

Re: [PATCH] hwtracing: coresight: constify attribute_group structures.

2017-07-09 Thread Arvind Yadav
Hi Mathieu, On Friday 07 July 2017 08:58 PM, Mathieu Poirier wrote: On 4 July 2017 at 23:49, Arvind Yadav wrote: attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as

[PATCH] ARM: imx: constify gpio and pins.

2017-07-09 Thread Arvind Yadav
gpios and pins are not supposed to change at runtime. All functions working with gpios provided by work with const gpio. Pins is working with 'mxc_iomux_setup_multiple_pins( const unsigned int *pin_list, ...)'. So mark the non-const structs as const. Signed-off-by: Arvind Yadav ---

[PATCH] [media] rc: constify attribute_group structures.

2017-07-07 Thread Arvind Yadav
drivers/media/rc/rc-main.o File size After adding 'const': textdata bss dec hex filename 11797 720 20 1253730f9 drivers/media/rc/rc-main.o Signed-off-by: Arvind Yadav --- drivers/media/rc/rc-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletion

[PATCH] [media] imon: constify attribute_group structures.

2017-07-07 Thread Arvind Yadav
drivers/media/rc/imon.o File size After adding 'const': textdata bss dec hex filename 186792160 77 2091651b4 drivers/media/rc/imon.o Signed-off-by: Arvind Yadav --- drivers/media/rc/imon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di

[PATCH] tpm: tpm_tis: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/char/tpm/tpm_tis.o File size After adding 'const': textdata bss dec hex filename 2854 993 103857 f11 drivers/char/tpm/tpm_tis.o Signed-off-by: Arvind Yadav --- drivers/char/tpm/tpm_tis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] tpm: tpm_crb: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/char/tpm/tpm_crb.o File size After adding 'const': textdata bss dec hex filename 4262 520 0478212ae drivers/char/tpm/tpm_crb.o Signed-off-by: Arvind Yadav --- drivers/char/tpm/tpm_crb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] extcon: int3496: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/extcon/extcon-intel-int3496.o File size After adding 'const': textdata bss dec hex filename 1797 272 02069 815 drivers/extcon/extcon-intel-int3496.o Signed-off-by: Arvind Yadav --- drivers/extcon/extcon-intel-int3496.c | 2 +- 1 file changed, 1

[PATCH] nfc: nxp-nci: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/nfc/nxp-nci/i2c.o File size After adding 'const': textdata bss dec hex filename 2272 336 02608 a30 drivers/nfc/nxp-nci/i2c.o Signed-off-by: Arvind Yadav --- drivers/nfc/nxp-nci/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] staging: atomisp: gc2235: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/gc2235.o File size After adding 'const': textdata bss dec hex filename 108181296 4 121182f56 drivers/staging/media/atomisp/i2c/gc2235.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/gc2235.c | 2 +- 1 fi

[PATCH] staging: atomisp: mt9m114: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/mt9m114.o File size After adding 'const': textdata bss dec hex filename 152442512 8 177644564 drivers/staging/media/atomisp/i2c/mt9m114.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/mt9m114.c | 2

[PATCH] staging: atomisp: ov5693: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/ov5693/ov5693.o File size After adding 'const': textdata bss dec hex filename 207933200 0 239935db9 drivers/staging/media/atomisp/i2c/ov5693/ov5693.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/ov569

[PATCH] staging: atomisp: ov2722: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/ov2722.o File size After adding 'const': textdata bss dec hex filename 148351816 0 16651410b drivers/staging/media/atomisp/i2c/ov2722.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/ov2722.c | 2

[PATCH] staging: atomisp: gc0310: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/gc0310.o File size After adding 'const': textdata bss dec hex filename 103611824 0 121852f99 drivers/staging/media/atomisp/i2c/gc0310.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/gc0310.c | 2

[PATCH] staging: atomisp: ov8858: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/ov8858.o File size After adding 'const': textdata bss dec hex filename 238688384 0 322527dfc drivers/staging/media/atomisp/i2c/ov8858.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/ov8858.c | 2

[PATCH] staging: atomisp: ov2680: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/ov2680.o File size After adding 'const': textdata bss dec hex filename 125303056 8 155943cea drivers/staging/media/atomisp/i2c/ov2680.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/ov2680.c | 2

[PATCH] staging: atomisp: lm3554: constify acpi_device_id.

2017-07-06 Thread Arvind Yadav
/staging/media/atomisp/i2c/lm3554.o File size After adding 'const': textdata bss dec hex filename 54111856 2472911c7b drivers/staging/media/atomisp/i2c/lm3554.o Signed-off-by: Arvind Yadav --- drivers/staging/media/atomisp/i2c/lm3554.c | 2

Re: [PATCH] input: rmi4: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
Sorry for noise. Please ignore this patch Thanks ~arvind On Thursday 06 July 2017 02:35 PM, Arvind Yadav wrote: If CONFIG_RMI4_F34 is disable, it'll through compilation error. drivers/input/rmi4/rmi_f34.c:594:5: error: redefinition of ‘rmi_f34_create_sysfs’ int rmi_f34_create_sysfs(s

Re: [PATCH] input: coresight: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
Sorry for noise. Please ignore this patch. On Thursday 06 July 2017 02:45 PM, Arvind Yadav wrote: If CONFIG_CORESIGHT is disable, it'll through compilation error. drivers/hwtracing/coresight/coresight-etm-perf.c:462:5: error: redefinition of ‘etm_perf_symlink’ int etm_perf_symlink(s

[PATCH] input: coresight: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
sight-etm-perf.c:30:0: drivers/hwtracing/coresight/coresight-etm-perf.h:61:19: note: previous definition of ‘etm_perf_symlink’ was here static inline int etm_perf_symlink(struct coresight_device *csdev, bool link) Signed-off-by: Arvind Yadav --- drivers/hwtracing/coresight/coresight-etm-perf.

[PATCH] input: rmi4: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
i_dev) ^ In file included from drivers/input/rmi4/rmi_f34.c:17:0: drivers/input/rmi4/rmi_driver.h:132:20: note: previous definition of ‘rmi_f34_remove_sysfs’ was here static inline void rmi_f34_remove_sysfs(struct rmi_device *rmi_dev) Signed-off-by: Arvind Yadav --- drivers/input/rmi4/rmi_f34.

Re: [PATCH] bus: arm-cci: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
Hi, On Wednesday 05 July 2017 09:33 PM, Suzuki K Poulose wrote: On 03/07/17 08:46, Arvind Yadav wrote: attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const

[PATCH] input: ads7846: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/touchscreen/ads7846.o File size After adding 'const': textdata bss dec hex filename 9198 496 0969425de drivers/input/touchscreen/ads7846.o Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/ads7846.c | 4 ++-- 1 file changed, 2

[PATCH] input: elants_i2c: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/touchscreen/elants_i2c.o File size After adding 'const': textdata bss dec hex filename 9496 944 0 1044028c8 drivers/input/touchscreen/elants_i2c.o Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/elants_i2c.c | 2 +- 1 file

[PATCH] input: raydium_i2c_ts: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/touchscreen/raydium_i2c_ts.o File size After adding 'const': textdata bss dec hex filename 7849 496 083452099 drivers/input/touchscreen/raydium_i2c_ts.o Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/raydium_i2c_ts.c | 2

[PATCH] input: psmouse: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/mouse/psmouse-base.o File size After adding 'const': textdata bss dec hex filename 12914 676 12 136023522 drivers/input/mouse/psmouse-base.o Signed-off-by: Arvind Yadav --- drivers/input/mouse/psmouse-base.c | 2 +- 1 file changed, 1 inser

[PATCH] input: elantech: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/mouse/elantech.o File size After adding 'const': textdata bss dec hex filename 168791360 0 18239473f drivers/input/mouse/elantech.o Signed-off-by: Arvind Yadav --- drivers/input/mouse/elantech.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH] input: keyboard: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/keyboard/gpio_keys.o File size After adding 'const': textdata bss dec hex filename 5749 400 061491805 drivers/input/keyboard/gpio_keys.o Signed-off-by: Arvind Yadav --- drivers/input/keyboard/gpio_keys.c | 2 +- 1 file changed, 1 inser

[PATCH] input: yealink: Constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/misc/yealink.o File size After adding 'const': textdata bss dec hex filename 6103 880 069831b47 drivers/input/misc/yealink.o Signed-off-by: Arvind Yadav --- drivers/input/misc/yealink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] input: ims-pcu: Constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/misc/ims-pcu.o File size After adding 'const': textdata bss dec hex filename 136751472 0 151473b2b drivers/input/misc/ims-pcu.o Signed-off-by: Arvind Yadav --- drivers/input/misc/ims-pcu.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] input: synaptics-rmi4: Constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/rmi4/rmi_f01.o File size After adding 'const': textdata bss dec hex filename 4817 416 052331471 drivers/input/rmi4/rmi_f01.o Signed-off-by: Arvind Yadav --- drivers/input/rmi4/rmi_f01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] input: synaptics-rmi4: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/rmi4/rmi_f34.o File size After adding 'const': textdata bss dec hex filename 5339 384 05723165b drivers/input/rmi4/rmi_f34.o Signed-off-by: Arvind Yadav --- drivers/input/rmi4/rmi_f34.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] input: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/input.o File size After adding 'const': textdata bss dec hex filename 179471120 16 190834a8b drivers/input/input.o Signed-off-by: Arvind Yadav --- drivers/input/input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] input: aiptek: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/tablet/aiptek.o File size After adding 'const': textdata bss dec hex filename 100051496 0 115012ced drivers/input/tablet/aiptek.o Signed-off-by: Arvind Yadav --- drivers/input/tablet/aiptek.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH] input: serio: constify attribute_group structures.

2017-07-05 Thread Arvind Yadav
drivers/input/serio/serio.o File size After adding 'const': textdata bss dec hex filename 6990 880 478741ec2 drivers/input/serio/serio.o Signed-off-by: Arvind Yadav --- drivers/input/serio/serio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[PATCH] hwtracing: coresight: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
coresight-etm-perf.o File size After adding 'const': textdata bss dec hex filename 2613 224 2963133 c3d coresight-etm-perf.o Signed-off-by: Arvind Yadav --- drivers/hwtracing/coresight/coresight-etm-perf.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH] hwmon: adt7475: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
drivers/hwmon/adt7475.o File size After adding 'const': textdata bss dec hex filename 105676520 0 1708742bf drivers/hwmon/adt7475.o Signed-off-by: Arvind Yadav --- drivers/hwmon/adt7475.c | 16 1 file changed, 8 insertions(+), 8

[PATCH] hwmon: adc128d818: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
drivers/hwmon/adc128d818.o File size After adding 'const': textdata bss dec hex filename 23442872 052161460 drivers/hwmon/adc128d818.o Signed-off-by: Arvind Yadav --- drivers/hwmon/adc128d818.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v2] hwmon: nct7802: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
drivers/hwmon/nct7802.o File size After adding 'const': textdata bss dec hex filename 64659080 0 155453cb9 drivers/hwmon/nct7802.o Signed-off-by: Arvind Yadav --- Changes in v1: Subject was not correct. Now comparing size of nct7802.c

[PATCH] hwmon: nct7802: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
drivers/hwmon/hwmon.o File size After adding 'const': textdata bss dec hex filename 6703 240 069431b1f drivers/hwmon/hwmon.o Signed-off-by: Arvind Yadav --- drivers/hwmon/nct7802.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) di

[PATCH] hwmon: constify attribute_group structures.

2017-07-04 Thread Arvind Yadav
drivers/hwmon/hwmon.o File size After adding 'const': textdata bss dec hex filename 6703 240 069431b1f drivers/hwmon/hwmon.o Signed-off-by: Arvind Yadav --- drivers/hwmon/hwmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri

[PATCH] drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs.

2017-07-03 Thread Arvind Yadav
066681a0c atmel_hlcdc_plane.o File size After adding 'const': textdata bss dec hex filename 6218 436 0665419fe atmel_hlcdc_plane.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 4 ++-- 1 file

[PATCH] drm/sun4i : constify drm_plane_helper_funcs

2017-07-03 Thread Arvind Yadav
1021 3fd drivers/gpu/drm/sun4i/sun4i_layer.o File size After adding 'const': textdata bss dec hex filename 1021 0 01021 3fd drivers/gpu/drm/sun4i/sun4i_layer.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/sun4i/sun4i_layer.c | 2

[PATCH] drm: constify drm_framebuffer_funcs.

2017-07-03 Thread Arvind Yadav
xtdata bss dec hex filename 4002 184 04186105a drivers/gpu/drm/drm_fb_cma_helper.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/drm_fb_cma_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drive

[PATCH] drm/omap: panel-dsi-cm: constify attribute_group structures.

2017-07-03 Thread Arvind Yadav
panel-dsi-cm.o File size After adding 'const': textdata bss dec hex filename 4725 400 051251405 panel-dsi-cm.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] drm/omap: panel-sony-acx565akm: constify attribute_group structures.

2017-07-03 Thread Arvind Yadav
panel-sony-acx565akm.o File size After adding 'const': textdata bss dec hex filename 5211 496 05707164b panel-sony-acx565akm.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 2 +- 1 file changed, 1 inser

[PATCH] drm/omap: constify attribute_group structures.

2017-07-03 Thread Arvind Yadav
panel-tpo-td043mtea1.o File size After adding 'const': textdata bss dec hex filename 2721 304 03025 bd1 panel-tpo-td043mtea1.o Signed-off-by: Arvind Yadav --- drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c | 2 +- 1 file changed, 1 inser

<    8   9   10   11   12   13   14   15   16   17   >