History log of /drivers/hsi/clients/hsi_char.c
Revision Date Author Comments
a088cf161cc87b39e83c7c53b9f239773422d212 28-Mar-2014 Sebastian Reichel <sre@kernel.org> HSI: Add channel resource support to HSI clients

Make HSI channel ids platform data, which can be provided
by platform data.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
84d93b5e605324679cffb6d28c7339dd18165fd4 20-Sep-2013 Sebastian Reichel <sre@kernel.org> HSI: hsi-char: fix driver for multiport scenarios

Fix return code check of alloc_chrdev_region, which
returns 0 on success.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
0fe763c570ad2701c830b9e4e53c65ad89c11c32 22-Dec-2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> Drivers: misc: remove __dev* attributes.

CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
markings need to be removed.

This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from these drivers.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fdadb6e9a5cf65c7662b2ca817856f187d05ab7d 13-Apr-2012 Carlos Chinea <carlos.chinea@nokia.com> HSI: hsi_char: Remove max_data_size from sysfs

Remove max_data_size sysfs entry. Otherwise is possible
to have a buffer overrun if its value is increased after
the device is open.

Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
4e69fc22753fcce1d9275b5517ef3646ffeffcf4 30-Sep-2010 Andras Domokos <andras.domokos@nokia.com> HSI: hsi_char: Add HSI char device driver

Add HSI char device driver to the kernel.

Signed-off-by: Andras Domokos <andras.domokos@nokia.com>
Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>