Home
last modified time | relevance | path

Searched hist:"612 a462acbb9f3bfc7c8433b44118b0a156560da" (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/iio/
H A Dindustrialio-configfs.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
H A Dindustrialio-sw-device.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
H A Dindustrialio-sw-trigger.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
/openbmc/linux/include/linux/iio/
H A Dsw_device.hdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
H A Dsw_trigger.hdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
/openbmc/linux/drivers/iio/dummy/
H A Diio_simple_dummy.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-loop.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
H A Diio-trig-hrtimer.cdiff 612a462acbb9f3bfc7c8433b44118b0a156560da Mon Oct 16 10:18:43 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> iio: make function argument and some structures const

Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>