Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 |
| | | | | | | | | | | | | | | 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> | ||
* | HSI: hsi_char: Remove max_data_size from sysfs | Carlos Chinea | 2012-04-23 |
| | | | | | | | | | | 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> | ||
* | HSI: hsi_char: Add HSI char device kernel configuration | Andras Domokos | 2012-01-05 |
| | | | | | | | Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos@nokia.com> Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> | ||
* | HSI: hsi_char: Add HSI char device driver | Andras Domokos | 2012-01-05 |
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> |