Skip to content

Commit

Permalink
drivers: dpram: Updated dpram driver
Browse files Browse the repository at this point in the history
* No more dpram_open_failed(-1) error
* Less wakelock
* Improved connection stability
  • Loading branch information
sirmordred committed Jun 16, 2015
1 parent e2409f0 commit 1c01038
Show file tree
Hide file tree
Showing 5 changed files with 1,449 additions and 1,173 deletions.
1 change: 0 additions & 1 deletion arch/arm/configs/ancora_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,6 @@ CONFIG_HAVE_CLK_PREPARE=y
# Dpram support
#
CONFIG_DPRAM=y
# CONFIG_ENABLE_TTY_CIQ is not set
CONFIG_DPRAM_WHITELIST=y

#
Expand Down
6 changes: 0 additions & 6 deletions drivers/dpram/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ config DPRAM
---help---
Include this for using smem as dpram for communication between modem and appl.

config ENABLE_TTY_CIQ
bool "Enabling dpram TTY CIQ Driver"
default n
---help---
Include this for using whitelist.

config DPRAM_WHITELIST
bool "Using dpram to send whitelist port infos"
default y
Expand Down
Loading

0 comments on commit 1c01038

Please sign in to comment.