summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* staging: xgifb: vb_setmode: delete commented-out codeAaro Koskinen2011-11-281-295/+5
| | | | | | | Delete commented-out code. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: inline XGI_SetMiscRegs()Aaro Koskinen2011-11-281-23/+1
| | | | | | | Inline a trivial function. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: eliminate GetVGAType/Set_VGATypeAaro Koskinen2011-11-282-18/+3
| | | | | | | | Eliminate unneeded function and struct field. The same information is available in HwDeviceExtension->jChipType. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make internal functions staticAaro Koskinen2011-11-282-40/+11
| | | | | | | Make internal functions static. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_GetLVDSOEMTableIndex() staticAaro Koskinen2011-11-282-13/+11
| | | | | | | | XGI_GetLVDSOEMTableIndex() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_XG21SetPanelDelay() staticAaro Koskinen2011-11-282-31/+29
| | | | | | | | XGI_XG21SetPanelDelay() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_XG27BLSignalVDD() staticAaro Koskinen2011-11-282-34/+31
| | | | | | | | XGI_XG27BLSignalVDD() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_XG21BLSignalVDD() staticAaro Koskinen2011-11-282-38/+35
| | | | | | | | XGI_XG21BLSignalVDD() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_SetXG27FPBits() staticAaro Koskinen2011-11-282-15/+14
| | | | | | | | XGI_SetXG27FPBits() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_SetXG21FPBits() staticAaro Koskinen2011-11-282-15/+13
| | | | | | | | XGI_SetXG21FPBits() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_GetResInfo() staticAaro Koskinen2011-11-282-18/+14
| | | | | | | | XGI_GetResInfo() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: xgifb: vb_setmode: make XGI_LongWait() staticAaro Koskinen2011-11-282-20/+19
| | | | | | | | XGI_LongWait() can be made static. Move the function, so that forward declaration is not needed. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging/sm7xx: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe2011-11-281-3/+3
| | | | | | | | | This patch converts pci_table entries to use the PCI_DEVICE macro, if .subvendor and .subdevice are set to PCI_ANY_ID, and thus improves readablity. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging/wlags49_h2: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID ↵Peter Huewe2011-11-281-10/+3
| | | | | | | | | | | | | | | is used) This patch converts pci_table entries to use the PCI_DEVICE macro, if .subvendor and .subdevice are set to PCI_ANY_ID, and thus improves readablity. Since CH_Agere_Systems_Mini_PCI_V1 is defined as 0 in hermes_pci_versions and neither the enum nor the value is used anywhere else, we can drop the assignment of .driver_data as it is initialized as 0 by default. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging/phison: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe2011-11-281-1/+1
| | | | | | | | | This patch converts pci_table entries to use the PCI_DEVICE macro, if .subvendor and .subdevice are set to PCI_ANY_ID, and thus improves readablity. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging:iio:documentation: document filter_low_pass_3db_frequency.Jonathan Cameron2011-11-281-0/+10
| | | | | | | | Add the sysfs ABI docs for all current instances of this parameter. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging:iio:imu:adis16400 add control of data filtering.Jonathan Cameron2011-11-282-37/+142
| | | | | | | | Bartlett filter used. Values read of figures on datasheet so far from precise. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging:iio: filter description - low pass 3db frequency.Jonathan Cameron2011-11-282-0/+9
| | | | | | | | | Introduce the first data filtering related parameter. For now we are ignoring the filter type and merely specifying its approximate (I read them off tiny graphs) 3db point. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in pcmuio.cRavishankar karkala Mallikarjunayya2011-11-261-6/+4
| | | | | | | | This is a patch to the pcmuio.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in ni_pcimio.cRavishankar karkala Mallikarjunayya2011-11-261-4/+4
| | | | | | | | This is a patch to the ni_pcimio.c file that fixes up a printk warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in ni_pcimio.cRavishankar karkala Mallikarjunayya2011-11-261-7/+7
| | | | | | | | | This is a patch to the ni_pcimio.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_<level> and pr_<level>. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in ni_pcimio.cRavishankar karkala Mallikarjunayya2011-11-261-4/+3
| | | | | | | | This is a patch to the ni_pcimio.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in ni_labpc_cs.cRavishankar karkala Mallikarjunayya2011-11-261-1/+1
| | | | | | | | This is a patch to the ni_labpc_cs.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in ni_daq_dio24.cRavishankar karkala Mallikarjunayya2011-11-261-8/+6
| | | | | | | | | This is a patch to the ni_daq_dio24.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_<levels> and dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in ni_daq_dio24.cRavishankar karkala Mallikarjunayya2011-11-261-2/+1
| | | | | | | | This is a patch to the ni_daq_dio24.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix initialise statics to 0 or NULL issue in ni_daq_dio24.cRavishankar karkala Mallikarjunayya2011-11-261-1/+1
| | | | | | | | This is a patch to the ni_daq_dio24.c file that fixes up a initialise statics to 0 or NULL warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in pcl818.cRavishankar karkala Mallikarjunayya2011-11-261-12/+4
| | | | | | | | | This is a patch to the pcl818.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed an unnecessary printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in pcl818.cRavishankar karkala Mallikarjunayya2011-11-261-6/+6
| | | | | | | | | This is a patch to the pcl818.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in pcl818.cRavishankar karkala Mallikarjunayya2011-11-261-6/+7
| | | | | | | | This is a patch to the pcl818.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in das16m1.cRavishankar karkala Mallikarjunayya2011-11-261-15/+9
| | | | | | | | | | | This is a patch to the das16m1.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to comedi_<level. Removed an unnecessary printk statment. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix initialise statics to 0 or NULL issue in pcl816.cRavishankar karkala Mallikarjunayya2011-11-261-2/+2
| | | | | | | | This is a patch to the pcl816.c file that fixes up a initialise statics to 0 or NULL warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in daqboard2000.cRavishankar karkala Mallikarjunayya2011-11-261-12/+8
| | | | | | | | This is a patch to the daqboard2000.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in das08_cs.cRavishankar karkala Mallikarjunayya2011-11-261-5/+3
| | | | | | | | | | This is a patch to the das08_cs.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in adv_pci_dio.cRavishankar karkala Mallikarjunayya2011-11-261-16/+7
| | | | | | | | | | | This is a patch to the adv_pci_dio.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in das800.cRavishankar karkala Mallikarjunayya2011-11-261-12/+12
| | | | | | | | | | This is a patch to the das800.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_dbg. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in das800.cRavishankar karkala Mallikarjunayya2011-11-261-9/+10
| | | | | | | | | | This is a patch to the das800.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcimdas.cRavishankar karkala Mallikarjunayya2011-11-261-8/+11
| | | | | | | | | | | This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed ifdef CBPCIMDAS_DEBUG and unecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcimdas.cRavishankar karkala Mallikarjunayya2011-11-261-7/+5
| | | | | | | | | | | This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed ifdef CBPCIMDAS_DEBUG. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcimdas.cRavishankar karkala Mallikarjunayya2011-11-261-12/+7
| | | | | | | | | | | This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcidio.cRavishankar karkala Mallikarjunayya2011-11-261-15/+8
| | | | | | | | | | | This is a patch to the cb_pcidio.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcidda.cRavishankar karkala Mallikarjunayya2011-11-261-12/+6
| | | | | | | | | | | This is a patch to the cb_pcidda.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_pcidas.cRavishankar karkala Mallikarjunayya2011-11-261-10/+7
| | | | | | | | | | | This is a patch to the cb_pcidas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in adv_pci1710.cRavishankar karkala Mallikarjunayya2011-11-261-20/+12
| | | | | | | | | | | This is a patch to the adv_pci1710.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version and Removed an unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in das16m1.cRavishankar karkala Mallikarjunayya2011-11-261-7/+6
| | | | | | | | This is a patch to the das16m1.c file that fixes up a brace coding warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix NULL initilization issue in pcl818.cRavishankar karkala Mallikarjunayya2011-11-261-2/+2
| | | | | | | | This is a patch to the pcl818.c file that fixes up a NULL initilization warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix brace coding style issue in pcl818.cRavishankar karkala Mallikarjunayya2011-11-261-37/+26
| | | | | | | | This is a patch to the pcl818.c file that fixes up a brace coding style warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in cb_das16_cs.cRavishankar karkala Mallikarjunayya2011-11-261-10/+8
| | | | | | | | | | This is a patch to the cb_das16_cs.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in serial2002.cRavishankar karkala Mallikarjunayya2011-11-261-3/+4
| | | | | | | | | | This is a patch to the serial2002.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix printk issue in das6402.cRavishankar karkala Mallikarjunayya2011-11-261-16/+7
| | | | | | | | | | | This is a patch to the das6402.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging/comedi/daqboard: Convert pci_table entries to PCI_DEVICE (if ↵Peter Huewe2011-11-261-3/+2
| | | | | | | | | | | | | | PCI_ANY_ID is used) This patch converts pci_table entries to use the PCI_DEVICE macro, if .subvendor and .subdevice are set to PCI_ANY_ID, and thus improves readablity. Since the driver_data field isn't used anywhere we can also drop the assignments for class, class_mask and driver_data. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud