summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ced1401
Commit message (Collapse)AuthorAgeFilesLines
* staging: ced1401: remove driverKristina Martšenko2014-07-2311-7731/+0
| | | | | | | | | | | | The state of the driver hasn't improved much since it was added to staging, and no one with the hardware is currently working on it, so remove it. This commit can be reverted if someone wants to clean the driver up and move it to its proper place in the kernel. Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com> Cc: Greg Smith <greg@ced.co.uk> Cc: Alois Schlögl <alois.schloegl@ist.ac.at> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c: join quoted stringsLuca Ellero2014-07-111-16/+7
| | | | | | | Fix checkpatch warnings "quoted string split across lines" in file usb1401.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c: split long linesLuca Ellero2014-07-111-63/+105
| | | | | | | Fix checkpatch warnings "line over 80 characters" in file usb1401.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c rename camel case variableLuca Ellero2014-07-111-6/+7
| | | | | | | Rename camel case variable dwCount in function ced_writechar_callback Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c: fix code indentLuca Ellero2014-07-111-1/+2
| | | | | | | | Fix checkpatch warning "suspect code indent for conditional statements" in file usb1401.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c: add blank line after declarationsLuca Ellero2014-07-111-0/+14
| | | | | | | | Fix checkpatch warnings "Missing a blank line after declarations" in file usb1401.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: ced_ioc.c : split long linesLuca Ellero2014-07-111-24/+42
| | | | | | | Fix checkpatch warnings "line over 80 characters" in file ced_ioc.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: ced_ioc.c: remove else branch in ced_wait_eventLuca Ellero2014-07-111-32/+33
| | | | | | | | Fix checkpatch warning "else is not generally useful after a break or return" in file ced_ioc.c, function ced_wait_event() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: ced_ioc.c: remove else branch in ced_set_eventLuca Ellero2014-07-111-17/+19
| | | | | | | | Fix checkpatch warning "else is not generally useful after a break or return" in file ced_ioc.c, function ced_set_event() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: ced_ioc.c: remove space before tabsLuca Ellero2014-07-111-1/+1
| | | | | | | | Fix checkpatch warning "please, no space before tabs" in file ced_ioc.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: ced_ioc.c: add blank line after declarationsLuca Ellero2014-07-111-0/+26
| | | | | | | | Fix checkpatch warnings "Missing a blank line after declarations" in file ced_ioc.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.h: fix "foo * bar"Luca Ellero2014-07-111-1/+1
| | | | | | | Fix checkpatch error "foo * bar" should be "foo *bar" in file usb1401.h Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: usb1401.c: change spaces to tabsLuca Ellero2014-07-111-4/+4
| | | | | | | | Fix checkpatch errors "code indent should use tabs where possible" in file usb1401.c Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_free_circ_block()Luca Ellero2014-07-102-47/+58
| | | | | | | Rename camel case arguments and locals in function ced_free_circ_block() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_circ_block()Luca Ellero2014-07-102-18/+18
| | | | | | | Rename camel case arguments and locals in function ced_get_circ_block() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_set_circular()Luca Ellero2014-07-102-12/+16
| | | | | | | Rename camel case arguments and locals in function ced_set_circular() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_dbg_stop_loop()Luca Ellero2014-07-101-3/+3
| | | | | | | Rename camel case arguments and locals in function ced_dbg_stop_loop() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_dbg_get_data()Luca Ellero2014-07-102-10/+11
| | | | | | | Rename camel case arguments and locals in function ced_dbg_get_data() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_dbg_ramp_data/addr()Luca Ellero2014-07-102-30/+30
| | | | | | | | Rename camel case arguments and locals in function ced_dbg_ramp_data() and ced_dbg_ramp_addr() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_dbg_peek/poke()Luca Ellero2014-07-102-24/+24
| | | | | | | | Rename camel case arguments and locals in function ced_dbg_peek() and ced_dbg_poke() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_dbg_cmd()Luca Ellero2014-07-101-5/+6
| | | | | | | Rename camel case arguments and locals in function ced_dbg_cmd() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_transfer_flags()Luca Ellero2014-07-101-4/+6
| | | | | | | Rename camel case arguments and locals in function ced_transfer_flags() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_type_of_1401()Luca Ellero2014-07-101-8/+9
| | | | | | | Rename camel case arguments and locals in function ced_type_of_1401() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_check_self_test()Luca Ellero2014-07-102-20/+23
| | | | | | | Rename camel case arguments and locals in function ced_check_self_test() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_start_self_test()Luca Ellero2014-07-101-6/+7
| | | | | | | Rename camel case arguments and locals in function ced_start_self_test() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_state_of_1401()Luca Ellero2014-07-101-5/+5
| | | | | | | Rename camel case arguments and locals in function ced_state_of_1401() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_transfer()Luca Ellero2014-07-102-9/+11
| | | | | | | Rename camel case arguments and locals in function ced_get_transfer() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_test_event()Luca Ellero2014-07-102-10/+12
| | | | | | | Rename camel case arguments and locals in function ced_test_event() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_wait_event()Luca Ellero2014-07-102-27/+33
| | | | | | | Rename camel case arguments and locals in function ced_wait_event() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_set_event()Luca Ellero2014-07-102-14/+22
| | | | | | | Rename camel case arguments and locals in function ced_set_event() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_unset_transfer()Luca Ellero2014-07-102-6/+6
| | | | | | | Rename camel case arguments and locals in function ced_unset_transfer() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_set_transfer()Luca Ellero2014-07-102-9/+13
| | | | | | | Rename camel case arguments and locals in function ced_set_transfer() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_set_area()Luca Ellero2014-07-101-52/+57
| | | | | | | Rename camel case arguments and locals in function ced_set_area() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_clear_area()Luca Ellero2014-07-102-41/+51
| | | | | | | Rename camel case arguments and locals in function ced_clear_area() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_out_buf_space()Luca Ellero2014-07-101-4/+10
| | | | | | | Rename camel case arguments and locals in function ced_get_out_buf_space() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_line_count()Luca Ellero2014-07-101-10/+12
| | | | | | | Rename camel case arguments and locals in function ced_line_count() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_stat_1401()Luca Ellero2014-07-101-3/+3
| | | | | | | Rename camel case arguments and locals in function ced_stat_1401() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_string()Luca Ellero2014-07-102-30/+30
| | | | | | | Rename camel case arguments and locals in function ced_get_string() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_char()Luca Ellero2014-07-101-4/+4
| | | | | | | Rename camel case arguments and locals in function ced_get_char() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_quick_check()Luca Ellero2014-07-101-17/+19
| | | | | | | Rename camel case arguments and locals in function ced_quick_check() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_is_1401()Luca Ellero2014-07-101-21/+27
| | | | | | | Rename camel case arguments and locals in function ced_is_1401() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_in_self_test()Luca Ellero2014-07-101-8/+8
| | | | | | | Rename camel case arguments and locals in function ced_in_self_test() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_get_state()Luca Ellero2014-07-101-12/+16
| | | | | | | Rename camel case arguments and locals in function ced_get_state() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_send_char()Luca Ellero2014-07-101-3/+3
| | | | | | | Rename camel case arguments and locals in function ced_send_char() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_send_string()Luca Ellero2014-07-102-8/+9
| | | | | | | Rename camel case arguments and locals in function ced_send_string() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_put_chars()Luca Ellero2014-07-101-10/+10
| | | | | | | Rename camel case arguments and locals in function ced_put_chars() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix commentLuca Ellero2014-07-101-1/+1
| | | | | Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_disconnect()Luca Ellero2014-07-101-2/+2
| | | | | | | Rename camel case locals in function ced_disconnect() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_ioctl()Luca Ellero2014-07-101-28/+38
| | | | | | | Rename camel case arguments and locals in function ced_ioctl() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ced1401: fix ced_allowi()Luca Ellero2014-07-101-21/+26
| | | | | | | Rename camel case arguments and locals in function ced_allowi() Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud