diff mbox

[tegrarcm] Release version 1.7

Message ID 1445014640-1206-1-git-send-email-swarren@wwwdotorg.org
State Deferred
Headers show

Commit Message

Stephen Warren Oct. 16, 2015, 4:57 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

Changelog:
- Documented patch submission process in this file
- Added better USB debugging message
- Require a specific minimum version of libusb
- Added --usb-port-path cmdline option

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 README       | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Stephen Warren Oct. 20, 2015, 3:37 p.m. UTC | #1
On 10/16/2015 10:57 AM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> Changelog:
> - Documented patch submission process in this file
> - Added better USB debugging message
> - Require a specific minimum version of libusb
> - Added --usb-port-path cmdline option

I've applied this and pushed a version tag too.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/README b/README
index 2c6765387a3f..8ace10ce0440 100644
--- a/README
+++ b/README
@@ -83,6 +83,10 @@  Changelog
 
 Ssee git logs for complete list.
 
+V1.7 - Documented patch submission process in this file
+     - Added better USB debugging message
+     - Require a specific minimum version of libusb
+     - Added --usb-port-path cmdline option
 V1.6 - Added support for ODM secure mode
 V1.5 - Added support for RCM protocol version 40
      - Added Tegra124 support
diff --git a/configure.ac b/configure.ac
index 51ac73d95896..943654fd623d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ 
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT([tegrarcm], [1.6], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.7], [amartin@nvidia.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([config.h])