Peter Meerwald
2ffdcd3dec
iio: use I2C_FUNC_SMBUS_I2C_BLOCK macro
...
I do not see why the driver requires I2C_FUNC_SMBUS_I2C_BLOCK,
actually only single bytes or words are transferred
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net >
Cc: Ge Gao <ggao@invensense.com >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2013-08-03 18:40:29 +01:00
Peter Meerwald
71866079dd
iio: fix typos in dac Kconfig
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net >
Acked-by: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2013-08-03 18:40:29 +01:00
Denis CIOCCA
23cde4d65c
iio: Added ST-sensors platform data to select the DRDY interrupt pin
...
This patch add support to redirect the DRDY interrupt on INT1 or INT2
on accelerometer and pressure sensors.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2013-08-03 18:40:28 +01:00
Greg Kroah-Hartman
36e607a16b
staging: lustre: remove ll_crypto_alloc_blkcipher
...
Turns out that the ll_crypto_alloc_blkcipher() wrapper didn't even do
anything, and is probably wrong, so it's not needed, just call the
crypto core directly.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 14:44:31 +08:00
Greg Kroah-Hartman
2b53313a6d
staging: lustre: remove almost all crypto layer wrappers
...
Almost all of these are just a straight function name rename, so fix
them all up to call the crypto layer properly, no need for a #define to
hide things.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 14:29:11 +08:00
Greg Kroah-Hartman
a7f24447d1
staging: lustre: remove cfs_register_sysctl_table macro
...
It was a wrapper around register_sysctl_table, so just remove it.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 14:00:50 +08:00
Sachin Kamat
ee92d533fa
staging: dgnc: Remove version.h header inclusion in dgnc_trace.c
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:46 +08:00
Sachin Kamat
a111ea2eea
staging: dgnc: Remove version.h header inclusion in dgnc_sysfs.c
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:46 +08:00
Sachin Kamat
253085a1e5
staging: dgnc: Remove version.h header inclusion in dgnc_neo.c
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:46 +08:00
Sachin Kamat
c397d5ecf5
staging: dgnc: Remove version.h header inclusion in dgnc_mgmt.c
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:46 +08:00
Sachin Kamat
c27cdf0a7c
staging: dgnc: Include version.h header in dgnc_kcompat.h
...
version.h header inclusion is necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:44 +08:00
Sachin Kamat
02f2dff6b9
staging: dgnc: Remove version.h header inclusion in dgnc_driver.h
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:44 +08:00
Sachin Kamat
17cd641b9a
staging: dgnc: Remove version.h header inclusion in dgnc_cls.c
...
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:43 +08:00
Iker Pedrosa
6bd503362c
Staging: winbond: wb35reg: fixed some line over 80 characters
...
Fixed some coding style issues
Signed-off-by: Iker Pedrosa <ikerpedrosam@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:42 +08:00
Sachin Kamat
2db1f402fa
staging: dgnc: Remove duplicate header file inclusion
...
sched.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 11:11:42 +08:00
Greg Kroah-Hartman
0a3bdb0071
staging: lustre: remove RETURN macro
...
We have a kernel-wide function tracing system, so use that instead of
rolling a custom one just for one filesystem.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 10:35:28 +08:00
Greg Kroah-Hartman
23f14e79ac
staging: lustre: remove EXIT macro
...
We have a kernel-wide function tracing system, so use that instead of
rolling a custom one just for one filesystem.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-03 06:01:58 +08:00
Greg Kroah-Hartman
e05e02e420
staging: lustre: remove RETURN_EXIT macro
...
We have a kernel-wide function tracing system, so use that instead of
rolling a custom one just for one filesystem.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 18:20:34 +08:00
Greg Kroah-Hartman
29aaf4962a
staging: lustre: remove ENTRY macro
...
We have a kernel-wide function tracing system, so use that instead of
rolling a custom one just for one filesystem.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 18:14:51 +08:00
Greg Kroah-Hartman
20fbff1dfd
staging: lustre: remove ENTRY/EXIT_NESTING stuff
...
These macros were empty, so remove them in anticipation of removing the
entire ENTRY/EXIT macros.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 16:24:50 +08:00
Greg Kroah-Hartman
db7392c2fb
staging: lustre: remove ll_invalidate_bdev()
...
It was a wrapper around invalidate_bdev(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 16:17:04 +08:00
Greg Kroah-Hartman
077069aec2
staging: lustre: remove ll_vfs_symlink()
...
No one was ever even using it.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 16:11:35 +08:00
Greg Kroah-Hartman
8707c96e96
staging: lustre: remove ll_generic_permission()
...
It was a wrapper around generic_permission(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 16:08:01 +08:00
Greg Kroah-Hartman
9c5fb72cc8
staging: lustre: remove ll_permission()
...
It was a wrapper around inode_permission(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 16:01:26 +08:00
Greg Kroah-Hartman
6f01433971
staging: lustre: remove ll_generic_file_llseek_size()
...
It was a wrapper around generic_file_llseek_size(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 15:56:22 +08:00
Greg Kroah-Hartman
dd4c3a486b
staging: lustre: remove ll_dentry_open()
...
It was a wrapper around dentry_open(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 15:51:34 +08:00
Greg Kroah-Hartman
418690b60f
staging: lustre: remove ll_blkdev_put()
...
It was a wrapper around blkdev_put(), totally useless.
Cc: Peng Tao <tao.peng@emc.com >
Cc: Andreas Dilger <andreas.dilger@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 15:46:32 +08:00
Xiong Zhou
49126e47bf
staging/lustre: lloop depends on BLOCK
...
Add a config option for llite/lloop in lustre driver, making it depends
on BLOCK to fix this better:
drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2:
error: implicit declaration of function ‘unregister_blkdev'
Also, remove the wrapper ll_unregister_blkdev which depends on BLOCK in
the header and just call unregister_blkdev in lloop.c based on Peng Tao's
comment. Drop the redundant dependency on STAGING for LUSTRE_FS, remove
some unnecessary jdb header files which depends on BLOCK btw.
Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com >
Reviewed-by: Peng Tao <tao.peng@emc.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 15:30:46 +08:00
Rupesh Gujare
b50c460a6c
staging: ozwpan: Set farewell report length.
...
Fixes a bug where we were not setting length field causing wrong
report size to be copied.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:57:54 +08:00
Rupesh Gujare
baaaef1383
staging: ozwpan: Increase farewell report size.
...
Farewell report size can be bigger than one byte, increase array
size to accomodate maximum 32 bytes of farewell report.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:57:54 +08:00
Rupesh Gujare
2dc2ee5ccd
staging: ozwpan: Drop oldest ISOC frame instead of dropping latest.
...
In case of ISOC transfer, if TX queue is full then we start
dropping latest frame, instead we should drop oldest frame &
add latest frame to TX queue.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:56:56 +08:00
Rupesh Gujare
4d6c9e5702
staging: ozwpan: Use kernel strncmp function.
...
Use kernel's strncmp() function instead of defining same within driver.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:56:56 +08:00
Rupesh Gujare
83e4817fc3
staging: ozwpan: Mark string as const
...
Make sure that we mark const string so that it does not get modified.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:56:55 +08:00
Rupesh Gujare
8a3cac62ef
staging: ozwpan: Use kernel list function for managing interface list.
...
Managing interface list, is easier if we use kernel list_* API
than managing it on our own.
Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:56:55 +08:00
Jingoo Han
64cb7ce9d4
staging: imx-drm: add missing MFD_SYSCON dependency for LDB
...
Added missing MFD_SYSCON dependency for LVDS display bridge
in order to fix the following link error.
drivers/staging/imx-drm/imx-ldb.c:484: undefined reference to `syscon_regmap_lookup_by_phandle'
Signed-off-by: Jingoo Han <jg1.han@samsung.com >
Acked-by: Philipp Zabel <p.zabel@pengutronix.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 11:56:54 +08:00
Lidza Louina
0b99d58902
staging: dgnc: add dgnc digi driver
...
This patch adds the DGNC driver. This is a TTY Serial Port
Driver for the Digi International Neo and Classic PCI based product
line by Digi International <http://www.digi.com >.
This driver isn't hooked up to the build system because it doesn't
build, it merely adds the driver written by Digi to the kernel tree so
that it can be cleaned up and fixed up properly over time.
Cc: Mark Hounschell <markh@compro.net >
Signed-off-by: Lidza Louina <lidza.louina@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-08-02 05:42:45 +08:00
Aaro Koskinen
b9cc16c03d
staging: octeon-usb: eliminate remaining typedef unions
...
Remaining typedef unions can be trivially eliminated with the pattern:
foo_t -> union foo
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:50 -07:00
Aaro Koskinen
47509e4a9c
staging: octeon-usb: cvmx_usb_control_header_t -> union cvmx_usb_control_header
...
Replace cvmx_usb_control_header_t with union cvmx_usb_control_header.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:49 -07:00
Aaro Koskinen
2bf249e482
staging: octeon-usb: cvmx_usb_internal_state_t -> struct cvmx_usb_internal_state
...
Replace cvmx_usb_internal_state_t with struct cvmx_usb_internal_state.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:48 -07:00
Aaro Koskinen
0ff6ac84f9
staging: octeon-usb: cvmx_usb_tx_fifo_t -> struct cvmx_usb_tx_fifo
...
Replace cvmx_usb_tx_fifo_t with struct cvmx_usb_tx_fifo_t.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:47 -07:00
Aaro Koskinen
bb06528d6e
staging: octeon-usb: cvmx_usb_pipe_list_t -> struct cvmx_usb_pipe_list
...
Replace cvmx_usb_pipe_list_t with struct cvmx_usb_pipe_list.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:46 -07:00
Aaro Koskinen
4ec3ae8412
staging: octeon-usb: cvmx_usb_pipe_t -> struct cvmx_usb_pipe
...
Replace cvmx_usb_pipe_t with struct cvmx_usb_pipe.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:46 -07:00
Aaro Koskinen
48f61f832d
staging: octeon-usb: cvmx_usb_transaction_t -> struct cvmx_usb_transaction
...
Replace cvmx_usb_transaction_t with struct cvmx_usb_transaction.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:45 -07:00
Aaro Koskinen
a24ed35a19
staging: octeon-usb: cvmx_usb_state_t -> struct cvmx_usb_state
...
Replace cvmx_usb_state_t with struct cvmx_usb_state.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:44 -07:00
Aaro Koskinen
6e0e1b0069
staging: octeon-usb: cvmx_usb_iso_packet_t -> struct cvmx_usb_iso_packet
...
Replace cvmx_usb_iso_packet_t with struct cvmx_usb_iso_packet.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:43 -07:00
Aaro Koskinen
51a19621cc
staging: octeon-usb: cvmx_usb_port_status_t -> struct cvmx_usb_port_status
...
Replace cvmx_usb_port_status_t with struct cvmx_usb_port_status.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:51:43 -07:00
Aaro Koskinen
03f9adf44c
staging: octeon-usb: cvmx_usb_stage_t -> enum cvmx_usb_stage
...
Replace cvmx_usb_stage_t with enum cvmx_usb_stage.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:50:10 -07:00
Aaro Koskinen
4f1d6ba901
staging: octeon-usb: cvmx_usb_transaction_flags_t -> enum cvmx_usb_transaction_flags
...
Replace cvmx_usb_transaction_flags_t with enum cvmx_usb_transaction_flags.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:50:09 -07:00
Aaro Koskinen
ff9a3e3982
staging: octeon-usb: cvmx_usb_isochronous_flags_t -> enum cvmx_usb_isochronous_flags
...
Replace cvmx_usb_isochronous_flags_t with enum cvmx_usb_isochronous_flags.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:50:08 -07:00
Aaro Koskinen
3f937c51b4
staging: octeon-usb: cvmx_usb_pipe_flags_t -> enum cvmx_usb_pipe_flags
...
Replace cvmx_usb_pipe_flags_t with enum cvmx_usb_pipe_flags.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-07-31 17:50:07 -07:00