- 17 9月, 2008 32 次提交
-
-
由 David Vrabel 提交于
A driver for Wireless USB host controllers that comply with the Wireless Host Controller Interface (HCI) specification as published by Intel. The latest publically available version of the specification (0.95) is supported (except for isochronous transfers). Build fixes by Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add a driver for cable based associated of (Wireless) USB devices. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
Add the WUSB build system (Kconfig and Kbuild) files. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the WUSB security (authentication) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the WUSB protocol (MMC management and device connection) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add support for Ceritified Wireless USB 1.0 to the USB stack. This has been split into several patches for easier review. core (this patch): - host controller infrastructure - cluster reservation - UWB PAL registration - fake root hub protocol: - MMC management (start/stop, managing IEs) - device connection security: - device authentication and authorization build-system: - Kconfig and Kbuild files Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Common header files derived from the WUSB 1.0 specification. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for the WLP capability of the Intel i1480 device. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for downloading the firmware to an Intel i1480 device. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
Add the WLP build system (Kconfig and Kbuild files). Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the Wireless Service Set (WSS) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the WLP message formatting/decoding code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the generic code for the WiMedia Logical Link Control Protocol (WLP). This has been split into several patches for easier review. core (this patch): - everything else messages: - WLP message construction/decode wss: - Wireless Service Set support build-system: - Kconfig and Kbuild files Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add a driver for USB-connected UWB radio controllers (HWAs). Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for WHCI radio controllers. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
This enumerates the capabilties of a WHCI device, adding a umc device for each one. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
The UMC bus is used for the capabilities exposed by a UWB Multi-interface Controller as described in the WHCI specification. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
The Kbuild and Kconfig files. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
Add various debugfs files, principaly for the reservation manager. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
DRP and reservation management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Most of the MAC Layer Management Entity (MLME) support: address, beacon, IE and scan management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the UWB radio controller interface (URCI) support. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
UWB device and radio controller device and event management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Documentation (and example utilities) for the UWB (and WUSB) stacks. Some of the documentation may be out-of-date. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
bitmap_copy_le() copies a bitmap, putting the bits into little-endian order (i.e., each unsigned long word in the bitmap is put into little-endian order). The UWB stack used bitmaps to manage Medium Access Slot availability, and these bitmaps need to be written to the hardware in LE order. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Arjan van de Ven 提交于
this patch turns the netdev timeout WARN_ON_ONCE() into a WARN_ONCE(), so that the device and driver names are inside the warning message. This helps automated tools like kerneloops.org to collect the data and do statistics, as well as making it more likely that humans cut-n-paste the important message as part of a bugreport. Signed-off-by: NArjan van de Ven <arjan@linux.intel.com> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6由 Linus Torvalds 提交于
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6: slub: fixed uninitialized counter in struct kmem_cache_node
-
git://ftp.linux-mips.org/pub/scm/upstream-linus由 Linus Torvalds 提交于
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: [MIPS] VR41xx: unsigned irq cannot be negative
-
由 David Miller 提交于
This fill fix the following regression list entry: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11276 Subject : build error: CONFIG_OPTIMIZE_INLINING=y causes gcc 4.2 to do stupid things Submitter : Randy Dunlap <randy.dunlap@oracle.com> Date : 2008-08-06 17:18 (38 days old) References : http://marc.info/?l=linux-kernel&m=121804329014332&w=4 http://lkml.org/lkml/2008/7/22/353 Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com> Patch : http://lkml.org/lkml/2008/7/22/364 with what I believe is a better fix than the one referenced in the regression entry above. These PNP header interfaces try to work in such a way that you can reference some of them even if PNP is not enabled, and the compiler was expected to optimize everything away. Which is mostly fine, except that there was one interface for which there was not provided an inline "NOP" implementation. Once we add that, all of these compile failures cannot handle any more. pnp: Provide NOP inline implementation of pnp_get_resource() when !PNP Fixes kernel bugzilla #11276. Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
由 Stephen Hemminger 提交于
This fixes kernel regression for 2.6.27-rc in http://bugzilla.kernel.org/show_bug.cgi?id=11547 The change to split 8390 into old isa and non-isa versions overlooked this driver. Signed-off-by: NStephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
由 Linus Torvalds 提交于
This reverts commit bc19d6e0, which as Larry Finger reports causes the radio LED on his system to no longer respond to rfkill switch events. Reported-by: NLarry Finger <Larry.Finger@lwfinger.net> Requested-by: NJohn W. Linville <linville@tuxdriver.com> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
- 16 9月, 2008 1 次提交
-
-
由 roel kluin 提交于
Signed-off-by: NRoel Kluin <roel.kluin@gmail.com> Acked-by: NYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
-
- 15 9月, 2008 3 次提交
-
-
由 Salman Qazi 提交于
Initialized total objects atomic for the node in init_kmem_cache_node. The uninitialized value was ruining the stats in /proc/slabinfo. Acked-by: NChristoph Lameter <cl@linux-foundation.org> Signed-off-by: NSalman Qazi <sqazi@google.com> Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
-
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6由 Linus Torvalds 提交于
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: talitos - Avoid consecutive packets going out with same IV
-
由 Kim Phillips 提交于
The SEC's h/w IV out implementation DMAs the trailing encrypted payload block of the last encryption to ctx->iv. Since the last encryption may still be pending completion, we can sufficiently prevent successive packets from being transmitted with the same IV by xoring with sequence number. Also initialize alg_list earlier to prevent oopsing on a failed probe. Signed-off-by: NKim Phillips <kim.phillips@freescale.com> Signed-off-by: NLee Nipper <lee.nipper@freescale.com> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
-
- 14 9月, 2008 4 次提交
-
-
由 Uwe Kleine-König 提交于
There are a few commits that misencoded my name (or used "oe" instead of "ö"). So add a correct version to .mailmap. Signed-off-by: NUwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
由 Linus Torvalds 提交于
* master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARM [ARM] 5247/1: tosa: SW_EAR_IN support [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clock [ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia [ARM] OMAP: Fix MMC device data imx serial: fix rts handling for non imx1 based hardware imx serial: set RXD mux bit on i.MX27 and i.MX31 i.MX serial: fix init failure pcm037: add rts/cts support for serial port
-
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev由 Linus Torvalds 提交于
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev: [libata] LBA28/LBA48 off-by-one bug in ata.h sata_inic162x: enable LED blinking ata: duplicate variable sparse warning
-
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6由 Linus Torvalds 提交于
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: PCI: re-add debug prints for unmodified BARs PCI: fix pciehp_free_irq() PCI Hotplug: fakephp: fix deadlock... again PCI: Fix printk warnings in setup-bus.c PCI: Fix printk warnings in probe.c PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets
-