| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/bluetooth: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 1 | -14/+1 |
* | Bluetooth: Use devm_kzalloc in dtl1_cs.c file | Sachin Kamat | 2012-08-06 | 1 | -2/+1 |
* | Bluetooth: cleanup dtl1_config | Devendra Naga | 2012-06-30 | 1 | -8/+10 |
* | Bluetooth: Remove 'register' usage from the subsystem | Gustavo Padovan | 2012-06-05 | 1 | -2/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Bluetooth: Remove hci_dev->driver_data | David Herrmann | 2012-02-13 | 1 | -3/+3 |
* | Bluetooth: Remove HCI-owner field | David Herrmann | 2012-02-13 | 1 | -2/+0 |
* | Bluetooth: dtl1-cs: Remove empty destruct cb | David Herrmann | 2012-02-13 | 1 | -6/+0 |
* | Bluetooth: dtl1: Fix memleak in probe() | David Herrmann | 2012-02-13 | 1 | -17/+3 |
* | Bluetooth: Ignore hci_unregister_dev return value | David Herrmann | 2011-11-07 | 1 | -3/+1 |
* | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 | 1 | -1/+1 |
* | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 | 1 | -3/+1 |
* | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 | 1 | -12/+6 |
* | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 1 | -3/+2 |
* | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 1 | -18/+17 |
|\ |
|
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -11/+10 |
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -6/+7 |
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | | Bluetooth: Use __packed annotation for drivers | Gustavo F. Padovan | 2010-07-21 | 1 | -1/+1 |
|/ |
|
* | pcmcia: dev_node removal (write-only drivers) | Dominik Brodowski | 2010-05-10 | 1 | -4/+0 |
* | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski | 2010-05-10 | 1 | -5/+2 |
* | Bluetooth: Convert controller hdev->type to hdev->bus | Marcel Holtmann | 2010-02-27 | 1 | -1/+1 |
* | Bluetooth: Redo checks in IRQ handler for shared IRQ support | Mike Frysinger | 2010-01-30 | 1 | -1/+3 |
* | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 2009-11-28 | 1 | -3/+1 |
* | pcmcia: deprecate CS_CHECK (bluetooth) | Dominik Brodowski | 2009-11-08 | 1 | -6/+2 |
* | pcmcia: dtl1_cs: fix pcmcia_loop_config logic | Philipp Zabel | 2009-09-15 | 1 | -1/+1 |
* | Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driver | Marcel Holtmann | 2009-06-14 | 1 | -0/+2 |
* | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted | Alan Cox | 2008-10-17 | 1 | -2/+5 |
* | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski | 2008-08-23 | 1 | -2/+2 |
* | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-23 | 1 | -0/+1 |
* | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 1 | -0/+1 |
* | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-23 | 1 | -1/+0 |
* | pcmcia: use pcmcia_loop_config in bluetooth drivers | Dominik Brodowski | 2008-08-23 | 1 | -49/+13 |
* | [Bluetooth] Eliminate checks for impossible conditions in IRQ handler | Jeff Garzik | 2007-10-22 | 1 | -4/+1 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-05 | 1 | -19/+1 |
* | [Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA card | Marcel Holtmann | 2006-10-20 | 1 | -0/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [Bluetooth] Add platform device for virtual and serial devices | Marcel Holtmann | 2006-07-04 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_f... | Jesper Juhl | 2006-06-26 | 1 | -0/+3 |
* | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 2006-03-31 | 1 | -10/+3 |
* | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 2006-03-31 | 1 | -8/+7 |
* | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 2006-03-31 | 1 | -24/+21 |
* | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 2006-03-31 | 1 | -14/+11 |
* | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 2006-03-31 | 1 | -4/+0 |
* | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 2006-03-31 | 1 | -24/+0 |