index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
btuart_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Remove typedef btuart_info_t
Himangi Saraogi
2014-08-14
1
-13
/
+14
*
Bluetooth: Remove assignments in if-statements
Valentin Ilie
2014-03-05
1
-2
/
+4
*
Bluetooth: Remove pointless parameter check in btuart_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 btuart_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: btuart_cs.c: removes unnecessary semicolon
Peter Senna Tschudin
2012-09-18
1
-1
/
+1
*
Bluetooth: Use devm_kzalloc in btuart_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: btuart-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
-25
/
+26
*
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
-6
/
+6
*
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
*
pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted
Alan Cox
2008-10-17
1
-2
/
+4
*
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
-5
/
+6
*
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
-73
/
+48
*
pcmcia: replace kio_addr_t with unsigned int everywhere
Olof Johansson
2008-02-05
1
-1
/
+1
*
drivers/bluetooth/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
[Bluetooth] Eliminate checks for impossible conditions in IRQ handler
Jeff Garzik
2007-10-22
1
-4
/
+1
*
[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr
Arnaldo Carvalho de Melo
2007-04-25
1
-3
/
+3
*
[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-04
1
-19
/
+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-03
1
-0
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
2006-03-31
1
-11
/
+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
-27
/
+24
[next]