26 Apr, 2011
1 commit
-
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
08 Apr, 2011
1 commit
-
* 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: (28 commits)
staging: usbip: bugfix for isochronous packets and optimization
staging: usbip: bugfix add number of packets for isochronous frames
staging: usbip: bugfixes related to kthread conversion
staging: usbip: fix shutdown problems.
staging: hv: Fix GARP not sent after Quick Migration
staging: IIO: IMU: ADIS16400: Avoid using printk facility directly
staging: IIO: IMU: ADIS16400: Fix product ID check, skip embedded revision number
staging: IIO: IMU: ADIS16400: Make sure only enabled scan_elements are pushed into the ring
staging: IIO: IMU: ADIS16400: Fix addresses of GYRO and ACCEL calibration offset
staging: IIO: IMU: ADIS16400: Add delay after self test
staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behavior
staging/rtl81*: build as loadable modules only
staging: brcm80211: removed 'is_amsdu causing toss' log spam
staging: brcm80211: fix for 'Short CCK' log spam
staging: brcm80211: fix for 'AC_BE txop..' logs spammed problem
staging: memrar: remove driver from tree
staging: sep: remove last memrar remnants
staging: fix hv_mouse build, needs delay.h
staging: fix olpc_dcon build errors
staging: sm7xx: fixed defines
...Fix up trivial conflict in drivers/staging/memrar/memrar_handler.c
(deleted vs trivial spelling fixes)
05 Apr, 2011
1 commit
-
So we can drop the memrar staging driver
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman
31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
08 Mar, 2011
1 commit
-
Also remove associated functions, structures, and defines
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
01 Feb, 2011
1 commit
-
More debug printk pruning and turn down some that the user can cause
intentionally to debug level.Tidy up the ioctl code a bit more
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman
22 Jan, 2011
3 commits
-
These changes enable the driver to work with SEP
version 3.4.5Major change is to use non DMA access for any data
comming from a function that uses the external application
service on the SEP.Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
11 Dec, 2010
1 commit
-
Original comments were inaccurate
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
10 Dec, 2010
11 commits
-
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
The Moorestown (older device) will be added to driver
later.Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Add pci_disable
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
This does not have to be 64 bits wide
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
03 Dec, 2010
3 commits
-
This patch fixes gcc's complaints about the wrong format string for
size_t arguments:
"format '%x' expects type 'unsigned int', but argument has type
'size_t'"Signed-off-by: Peter Huewe
Signed-off-by: Greg Kroah-Hartman -
This patch fixes the warning generated by sparse: "Using plain integer
as NULL pointer" by replacing the offending 0s with NULL.Signed-off-by: Peter Huewe
Signed-off-by: Greg Kroah-Hartman -
This patch fixes the warning generated by sparse: 'do-while statement is
not a compound statement' by adding the necessary brackets around the do
blockSigned-off-by: Peter Huewe
Signed-off-by: Greg Kroah-Hartman
30 Nov, 2010
13 commits
-
The Kconfig file should not have 'y' as the default, especially
as the driver will crash a machine if it is loaded and the hardware
is not present.Cc: Mark Allyn
Cc: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
The existing code works mostly by luck. The PCI probe is done by the
register and completes before the register returns thus allowing the other
init code to run in time. Without a SEP or if unlucky this doesn't occur
and you get an OOPS which for some reason causes grumpiness.As the season of good b^Hcheer is supposed to be approaching we should
probably fix it.Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Another copy_user case and some formatting of dbg
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
So use can't instead.
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
SEP is initials so make it consistent in the driver, ditto DMA and DCB
Consistent capitalisation of comment leadsSigned-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Various assignments are done but not used
dev_dbg formatting is a bit weird and wraps when not needed
Take out some of the blank lines and reformat a bit to reduce view size
Remove some comments that are obvious
Fix else formatting
Remove some user triggerable dev_warns
Fix copy_from_user error return cases (-EFAULT not bytes copied)Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
The long blurb goes at the end
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
This is called on a kmalloc/memset object. Remove everything that isn't a
set to zeroOh look 8)
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Kill unused stuff
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
SEP isn't the only driver that may need to handle both cases easily
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman
20 Nov, 2010
1 commit
-
This driver is for the Security Processor, a dedicated encryption
and decryption driver that is used on the Intel mobile platform.This has been checked with checkpatch and there are four
warnings for lines over 80 charactors.There is one compile warning. This is for a function that is
only used if the rar register driver is needed. There is an
ifdef in a header file that stubs out the rar register driver
if the rar register is not configured.This driver does add a configuration, which is CONFIG_DX_SEP.
Signed-off-by: Mark Allyn
Signed-off-by: Greg Kroah-Hartman
24 Aug, 2010
1 commit
-
It's currently stalled and the original submitter recommended that it
just be dropped at this point in time due.Cc: Alan Cox
Signed-off-by: Greg Kroah-Hartman
23 Jul, 2010
1 commit
-
Signed-off-by: Uwe Kleine-König
Signed-off-by: Greg Kroah-Hartman