1. 06 10月, 2010 3 次提交
    • P
      staging: ti-st: mv ti_wilink_st header · e5558679
      Pavan Savoy 提交于
      Move the header to a standard linux device driver location.
      This should pave the way for other drivers to be moved into the relevant
      directories.
      
      ti_wilink_st.h is a common header file used by the TI's shared transport device
      driver for WiLink chipsets. Each individual protocol drivers like bluetooth
      driver, FM V4L2 driver and GPS drivers will make use of this header.
      Signed-off-by: NPavan Savoy <pavan_savoy@ti.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e5558679
    • P
      staging: ti-st: drop the __KERNEL__ · c7afa08d
      Pavan Savoy 提交于
      ti_wilink_st.h had the line discipline number which the user-space
      daemon refers to, to install and un-install the line discipline upon
      request from the shared transport driver via rfkill device.
      
      On moving this line discipline number to standard location of tty.h
      drop the __KERNEL__ flag in the header, since the header file would
      no longer be used by user-space.
      Signed-off-by: NPavan Savoy <pavan_savoy@ti.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c7afa08d
    • P
      tty.h: new ldisc for TI WiLink ST · 40fb29a7
      Pavan Savoy 提交于
      Texas Instrument's WiLink7 connectivity devices pack wireless connectivity
      technologies like Bluetooth, FM Radio Receiver and Transmitter, GPS and WLAN
      into a single die.
      The BT, FM and GPS core on the chip are interfaced to application
      processors via a single UART.
      
      This line discipline driver allows such different technologies to be used
      simultaneous and independent of each other.
      Signed-off-by: NPavan Savoy <pavan_savoy@ti.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      40fb29a7
  2. 21 9月, 2010 1 次提交