Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220139
b: refs/heads/master
c: a0cc2f3
h: refs/heads/master
i:
  220137: 841bb14
  220135: e7ff628
v: v3
  • Loading branch information
Pavan Savoy authored and Greg Kroah-Hartman committed Oct 6, 2010
1 parent 3dd1e29 commit 111fcf4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aecac19179180b7d6cda13f598e314c0870aee80
refs/heads/master: a0cc2f3b51a8649da5262aba7501dc21738e1b8d
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
* Shared Transport Line discipline driver Core
* This hooks up ST KIM driver and ST LL driver
* Copyright (C) 2009 Texas Instruments
* Copyright (C) 2009-2010 Texas Instruments
* Author: Pavan Savoy <pavan_savoy@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* Shared Transport Line discipline driver Core
* Init Manager module responsible for GPIO control
* and firmware download
* Copyright (C) 2009 Texas Instruments
* Copyright (C) 2009-2010 Texas Instruments
* Author: Pavan Savoy <pavan_savoy@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
* Shared Transport driver
* HCI-LL module responsible for TI proprietary HCI_LL protocol
* Copyright (C) 2009 Texas Instruments
* Copyright (C) 2009-2010 Texas Instruments
* Author: Pavan Savoy <pavan_savoy@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/staging/ti-st/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
# drivers (BT, FM and GPS)
#
menu "Texas Instruments shared transport line discipline"
config TI_ST
tristate "Shared transport core driver"
depends on RFKILL
select FW_LOADER
help
This enables the shared transport core driver for TI
BT / FM and GPS combo chips. This enables protocol drivers
to register themselves with core and send data, the responses
are returned to relevant protocol drivers based on their
packet types.

config ST_BT
tristate "BlueZ bluetooth driver for ST"
depends on BT && RFKILL
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/ti-st/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
# Makefile for TI's shared transport line discipline
# and its protocol drivers (BT, FM, GPS)
#
obj-$(CONFIG_TI_ST) += st_drv.o
st_drv-objs := st_core.o st_kim.o st_ll.o
obj-$(CONFIG_ST_BT) += bt_drv.o

0 comments on commit 111fcf4

Please sign in to comment.