| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 2015-11-19 | 1 | -5/+6 |
* | Bluetooth: Move handling of HCI_RUNNING flag into core | Marcel Holtmann | 2015-10-05 | 1 | -6/+0 |
* | Bluetooth: bt3c_cs: Comparison to NULL re-written | Prasanna Karthik | 2015-09-25 | 1 | -1/+1 |
* | Bluetooth: bt3c_cs: clean up obsolete functions | Prasanna Karthik | 2015-09-17 | 1 | -4/+8 |
* | Bluetooth: bt3c_cs: Fix coding style | Prasanna Karthik | 2015-07-23 | 1 | -1/+1 |
* | Bluetooth: bt3c_cs: Fix coding style -- clean up | Prasanna Karthik | 2015-06-18 | 1 | -2/+1 |
* | Bluetooth: bt3c: Delete some unuseful comments | DingXiang | 2015-04-30 | 1 | -3/+0 |
* | Bluetooth: Remove typedef bt3c_info_t | Himangi Saraogi | 2014-08-14 | 1 | -13/+14 |
* | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 2014-03-05 | 1 | -3/+4 |
* | Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame() | Marcel Holtmann | 2013-10-11 | 1 | -8/+1 |
* | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann | 2013-10-11 | 1 | -2/+1 |
* | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann | 2013-10-11 | 1 | -2/+1 |
* | Bluetooth: Remove unused bt3c_hci_ioctl() callback | Marcel Holtmann | 2013-10-10 | 1 | -11/+4 |
* | drivers/bluetooth: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 1 | -14/+1 |
* | Bluetooth: Use devm_kzalloc in bt3c_cs.c file | Sachin Kamat | 2012-08-06 | 1 | -4/+1 |
* | Bluetooth: Fix warning: using int as NULL pointer | Andrei Emeltchenko | 2012-06-30 | 1 | -1/+1 |
* | 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: bt3c-cs: Remove empty destruct cb | David Herrmann | 2012-02-13 | 1 | -6/+0 |
* | 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 | -26/+27 |
* | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 | 1 | -6/+1 |
* | 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 |
* | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 1 | -1/+1 |
* | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -9/+9 |
* | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -4/+4 |
* | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | 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 | -7/+2 |
* | Bluetooth: Eliminate a sparse warning in bt3c driver | Andre Haupt | 2009-02-27 | 1 | -2/+2 |
* | Bluetooth: Change simple_strtol to simple_strtoul | Julia Lawall | 2008-11-30 | 1 | -4/+4 |
* | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted | Alan Cox | 2008-10-17 | 1 | -2/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 1 | -74/+51 |
|\ |
|
| * | 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/+2 |
| * | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 1 | -0/+2 |
| * | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-23 | 1 | -2/+0 |
| * | pcmcia: use pcmcia_loop_config in bluetooth drivers | Dominik Brodowski | 2008-08-23 | 1 | -72/+47 |
* | | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 2008-08-18 | 1 | -1/+1 |
|/ |
|
* | bluetooth: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -1/+2 |
* | pcmcia: replace kio_addr_t with unsigned int everywhere | Olof Johansson | 2008-02-05 | 1 | -1/+1 |