Date |
List |
Subject |
2018-09-29 12:19:48
|
linux-kernel
|
[PATCH] gpiolib: Fix incorrect use of find_next_zero_bit() |
2018-09-25 19:25:20
|
linux-kernel
|
[PATCH] mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmap |
2018-09-24 15:00:35
|
linux-kernel
|
Re: [PATCH 0/2] gpiolib: Fix issues introduced by fast bitmap processing path |
2018-09-24 11:08:44
|
linux-kernel
|
Re: [PATCH 0/2] gpiolib: Fix issues introduced by fast bitmap processing path |
2018-09-23 23:54:48
|
linux-kernel
|
[PATCH 0/2] gpiolib: Fix issues introduced by fast bitmap processing path |
2018-09-23 23:53:15
|
linux-kernel
|
[PATCH 2/2] gpiolib: Fix array members of same chip processed separately |
2018-09-23 23:53:07
|
linux-kernel
|
[PATCH 1/2] gpiolib: Fix missing updates of bitmap index |
2018-09-23 10:52:35
|
linux-kernel
|
Re: [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-21 11:28:40
|
linux-kernel
|
Re: [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-21 10:52:10
|
linux-kernel
|
Re: [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-20 22:44:16
|
linux-kernel
|
Re: [PATCH v2 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM |
2018-09-20 16:21:16
|
linux-kernel
|
Re: [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-20 15:47:27
|
linux-kernel
|
Re: [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-19 22:54:30
|
linux-kernel
|
[PATCH v5 1/3] mtd: rawnand: ams-delta: show parent device in sysfs |
2018-09-19 22:54:13
|
linux-kernel
|
[PATCH v5 3/3] mtd: rawnand: ams-delta: Set port direction when needed |
2018-09-19 22:53:41
|
linux-kernel
|
[PATCH v5 2/3] mtd: rawnand: ams-delta: Use private structure |
2018-09-19 22:53:24
|
linux-kernel
|
[PATCH v5 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations |
2018-09-19 22:18:05
|
linux-kernel
|
[PATCH v5] mtd: rawnand: ams-delta: use GPIO lookup table |
2018-09-19 18:56:38
|
linux-kernel
|
Re: [PATCH v3 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration |
2018-09-10 21:50:27
|
linux-kernel
|
Re: [PATCH v2 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM |
2018-09-10 19:49:51
|
linux-kernel
|
[PATCH] ARM: OMAP1: ams-delta: Don't request unused GPIOs |
2018-09-10 17:47:06
|
linux-kernel
|
[PATCH] ARM: OMAP1: ams-delta-fiq: Use <linux/platform_data/gpio-omap.h> |
2018-09-10 17:00:49
|
linux-kernel
|
Re: [PATCH v7] regulator: fixed: Convert to use GPIO descriptor only |
2018-09-10 03:10:06
|
linux-kernel
|
[PATCH v3 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration |
2018-09-10 02:50:51
|
linux-kernel
|
[PATCH v3 2/3] mtd: rawnand: ams-delta: use GPIO lookup table |
2018-09-10 02:49:58
|
linux-kernel
|
[PATCH v3 3/3] ARM: OMAP1: ams-delta: make board header file local to mach-omap1 |
2018-09-10 02:46:15
|
linux-kernel
|
[PATCH v2 3/3] ARM: OMAP1: ams-delta: register MODEM device earlier |
2018-09-10 02:45:21
|
linux-kernel
|
[PATCH v2 1/3] ARM: OMAP1: ams-delta: assign MODEM IRQ from GPIO descriptor |
2018-09-10 02:41:22
|
linux-kernel
|
[PATCH v3 1/3] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table |
2018-09-10 02:35:05
|
linux-kernel
|
[PATCH v2 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM |
2018-09-10 02:27:16
|
linux-kernel
|
[PATCH v2 2/3] ARM: OMAP1: ams-delta: initialize latch2 pins to safe values |
2018-09-05 21:51:59
|
linux-kernel
|
[PATCH v8 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array |
2018-09-05 21:51:39
|
linux-kernel
|
[PATCH v8 2/4] gpiolib: Identify arrays matching GPIO hardware |
2018-09-05 21:51:39
|
linux-kernel
|
[PATCH v8 3/4] gpiolib: Pass array info to get/set array functions |
2018-09-05 21:51:02
|
linux-kernel
|
[PATCH v8 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-05 21:50:42
|
linux-kernel
|
[PATCH v8 0/4] gpiolib: speed up GPIO array processing |
2018-09-05 20:54:38
|
linux-kernel
|
Re: [PATCH v4 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations |
2018-09-02 12:04:21
|
linux-kernel
|
[PATCH v7 2/4] gpiolib: Identify arrays matching GPIO hardware |
2018-09-02 12:03:49
|
linux-kernel
|
[PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array |
2018-09-02 12:03:16
|
linux-kernel
|
[PATCH v7 0/4] gpiolib: speed up GPIO array processing |
2018-09-02 12:03:16
|
linux-kernel
|
[PATCH v7 3/4] gpiolib: Pass array info to get/set array functions |
2018-09-02 12:03:16
|
linux-kernel
|
[PATCH v7 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array |
2018-09-02 10:19:34
|
linux-kernel
|
Re: [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array |
2018-08-31 22:58:30
|
linux-kernel
|
[PATCH v6 4/4] gpiolib: Implement fast processing path in get/set array |
2018-08-31 22:57:51
|
linux-kernel
|
[PATCH v6 3/4] gpiolib: Pass array info to get/set array functions |
2018-08-31 22:57:51
|
linux-kernel
|
[PATCH v6 2/4] gpiolib: Identify arrays matching GPIO hardware |
2018-08-31 22:57:15
|
linux-kernel
|
[PATCH v6 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array |
2018-08-31 22:57:02
|
linux-kernel
|
[PATH v6 0/4] gpiolib: speed up GPIO array processing |
2018-08-29 20:51:26
|
linux-kernel
|
[PATCH v5 2/4] gpiolib: Identify arrays matching GPIO hardware |
2018-08-29 20:50:37
|
linux-kernel
|
[PATCH v5 4/4] gpiolib: Implement fast processing path in get/set array |
2018-08-29 20:50:25
|
linux-kernel
|
[PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array |