summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/sbeid.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: cxt1e1: remove driverKristina Martšenko2014-07-011-205/+0
| | | | | | | | | | Remove the driver as it hasn't been cleaned up and it doesn't look like anyone is going to work on it anymore. This can be reverted if someone wants to work to fix the remaining issues the driver has. Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com> Cc: Bob Beers <bob.beers@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Drivers: Staging: cxt1e1: stbeid: Fixed whitespace between function and ↵Eric Skoglund2013-11-191-42/+42
| | | | | | | | | | parameters This patch fixes whitespace coding style errors: func () --> func() Signed-of-by: Eric Skoglund <eric@pagefault.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Drivers: Staging: cxt1e1: sbeid: Fixed braces coding style issueEric Skoglund2013-11-191-10/+5
| | | | | | | This patch fixes a brace coding style issue. Signed-off-by: Eric Skoglund <eric@pagefault.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Drivers: Staging: cxt1e1: sbeid: Fixed coding style issue - space -> tabsEric Skoglund2013-11-191-159/+159
| | | | | | | This patch converts spaces to tabs to conform to the coding style standards. Signed-off-by: Eric Skoglund <eric@pagefault.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: cxt1e1: sbeid.c: Use NULL instead of 0Sachin Kamat2013-09-301-1/+1
| | | | | | | Pointers should be assigned NULL instead of 0. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: cxt1e1: Remove #define SBE_INCLUDE_SYMBOLSShaun Laing2013-08-121-7/+0
| | | | | | | | | | | | | | Removed the unneeded SBE_INCLUDE_SYMBOLS #define, and the associated STATIC #define, and replaced all occurances of STATIC with 'static'. This was in response to sparse warnings of the form "symbol 'XYZ' was not declared. Should it be static?". Removed a function prototype (musycc_init_port) as adding the 'static' declaration produced a new gcc warning. (musycc_init_port is only declared if SBE_WAN256T3_ENABLE is set) Signed-off-by: Shaun Laing <shaun@xresource.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Staging/cxt1e1:Fixing foo * bar should be foo *barDulshani Gunawardhana2013-05-221-3/+3
| | | | | | | This patch fixes the variable naming error foo * bar should be foo *bar. Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: Add driver to support wanPMC-CxT1E1 card.Bob Beers2010-05-111-0/+217
Obviously still needs serious attention, but it compiles. Original author: Rick Dobbs Add driver to support wanPMC-CxT1E1 card. This card provides 1-4 ports of T1E1 in PMC form factor. Note, Rick doesn't want his email showing up as the "From:" author, but has given his blessing to have the code included in the kernel tree. Signed-off-by: Bob Beers <bob.beers@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud