[tip: perf/urgent] USB: serial: option: Add Telit FT980-KS composition

2020-10-19 Thread tip-bot2 for Leonid Bloch
The following commit has been merged into the perf/urgent branch of tip: Commit-ID: da6f40842515774026d5bfad297491eb513c40cc Gitweb: https://git.kernel.org/tip/da6f40842515774026d5bfad297491eb513c40cc Author:Leonid Bloch AuthorDate:Sun, 04 Oct 2020 18:58:13 +03:00

Re: [PATCH] USB: serial: option: Add Telit FT980-KS composition

2020-10-04 Thread Leonid Bloch
, Leonid Bloch wrote: On 10/4/20 1:58 PM, Lars Melin wrote: On 10/4/2020 16:57, Leonid Bloch wrote: This commit adds the following Telit FT980-KS composition: 0x1054: rndis, diag, adb, nmea, modem, modem, aux AT commands can be sent to /dev/ttyUSB5. Please submit a verbose lsusb listing

[PATCH v2] USB: serial: option: Add Telit FT980-KS composition

2020-10-04 Thread Leonid Bloch
This commit adds the following Telit FT980-KS composition: 0x1054: rndis, diag, adb, nmea, modem, modem, aux AT commands can be sent to /dev/ttyUSB2. Signed-off-by: Leonid Bloch --- The full composition is not tested, and it is the default one according to Telit support. What is tested

Re: [PATCH] USB: serial: option: Add Telit FT980-KS composition

2020-10-04 Thread Leonid Bloch
On 10/4/20 1:58 PM, Lars Melin wrote: On 10/4/2020 16:57, Leonid Bloch wrote: This commit adds the following Telit FT980-KS composition: 0x1054: rndis, diag, adb, nmea, modem, modem, aux AT commands can be sent to /dev/ttyUSB5. Please submit a verbose lsusb listing for the device, I can't

[PATCH] USB: serial: option: Add Telit FT980-KS composition

2020-10-04 Thread Leonid Bloch
This commit adds the following Telit FT980-KS composition: 0x1054: rndis, diag, adb, nmea, modem, modem, aux AT commands can be sent to /dev/ttyUSB5. Signed-off-by: Leonid Bloch --- The full composition is not tested, and it is the default one according to Telit support. What is tested

Adding initramfs as an ELF section to bzImage

2018-10-23 Thread Leonid Bloch
Hello, I am wondering if it is possible to add initramfs as an ELF section to the bzImage, and if so - how? I am aware that it is possible to compile-in an initramfs or to supply it as an external file. Both of these options don't fit my needs. The first one doesn't fit because it is very

Adding initramfs as an ELF section to bzImage

2018-10-23 Thread Leonid Bloch
Hello, I am wondering if it is possible to add initramfs as an ELF section to the bzImage, and if so - how? I am aware that it is possible to compile-in an initramfs or to supply it as an external file. Both of these options don't fit my needs. The first one doesn't fit because it is very

[PATCH] gpio: it87: Add support for IT8613

2018-08-08 Thread Leonid Bloch
This was tested on actual hardware and found to work fine, but currently the official specifications of this chip could not be obtained to confirm the numbers. Signed-off-by: Leonid Bloch --- drivers/gpio/Kconfig | 3 ++- drivers/gpio/gpio-it87.c | 9 + 2 files changed, 11

[PATCH] gpio: it87: Add support for IT8613

2018-08-08 Thread Leonid Bloch
This was tested on actual hardware and found to work fine, but currently the official specifications of this chip could not be obtained to confirm the numbers. Signed-off-by: Leonid Bloch --- drivers/gpio/Kconfig | 3 ++- drivers/gpio/gpio-it87.c | 9 + 2 files changed, 11

[PATCH] e1000e: fix division by zero on jumbo MTUs

2015-10-13 Thread Leonid Bloch
From: Dmitry Fleytman This patch fixes possible division by zero in receive interrupt handler when working without adaptive interrupt moderation. The adaptive interrupt moderation mechanism is typically disabled on jumbo MTUs. Signed-off-by: Dmitry Fleytman Signed-off-by: Leonid Bloch

[PATCH] e1000e: fix division by zero on jumbo MTUs

2015-10-13 Thread Leonid Bloch
n <dmi...@daynix.com> Signed-off-by: Leonid Bloch <leo...@daynix.com> --- drivers/net/ethernet/intel/e1000e/netdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index faf4b