All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] Add get_alt_function ops
@ 2018-09-10 16:11 Patrice Chotard
  2018-09-10 16:11 ` [U-Boot] [PATCH v3 1/5] dm: gpio: " Patrice Chotard
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Patrice Chotard @ 2018-09-10 16:11 UTC (permalink / raw)
  To: u-boot


This series :
  - Add new gpio ops get_alt_function
  - Add get_function and get_alt_function support to stm32 gpio driver
  - Add get_alt_function test

Changes in v3:
   - Rename get_alternate_function to get_alt_function
     in include/asm-generic/gpio.h
  - Rename get_alternate_function to get_alt_function in
    drivers/gpio/stm32f7_gpio.c
    - Rename SDBX_GPIO_(OUTPUT|HIGH|ODR) to SANDBOX_GPIO_(OUTPUT|HIGH|ODR)
  - Rename get_alternate_function to get_alt_function

Changes in v2:
   - Rename get_function_number to get_alternate_function
     in include/asm-generic/gpio.h
  - Rename get_function_number to get_alternate_function in
    drivers/gpio/stm32f7_gpio.c
  - Rename get_function_number to get_alternate_function
    in test/dm/gpio.c, drivers/gpio/sandbox.c and in
    arch/sandbox/include/asm/gpio.h

Christophe Kerello (1):
  gpio: stm32f7: Add ops get_function

Patrice Chotard (2):
  gpio: sandbox: Rename GPIOF_(OUTPUT|HIGH|ODR) to
    SANDBOX_GPIO_(OUTPUT|HIGH|ODR)
  test: dm: Add gpio get_alt_function ops test

Patrick Delaunay (2):
  dm: gpio: Add get_alt_function ops
  gpio: stm32f7: Add ops get_alt_function

 arch/sandbox/include/asm/gpio.h | 24 ++++++++++++++++++++
 drivers/gpio/gpio-uclass.c      |  6 +++++
 drivers/gpio/sandbox.c          | 49 ++++++++++++++++++++++++++++++++---------
 drivers/gpio/stm32f7_gpio.c     | 36 ++++++++++++++++++++++++++++++
 include/asm-generic/gpio.h      | 13 +++++++++++
 test/dm/gpio.c                  | 13 +++++++++++
 6 files changed, 130 insertions(+), 11 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-09-12  7:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 16:11 [U-Boot] [PATCH v3 0/5] Add get_alt_function ops Patrice Chotard
2018-09-10 16:11 ` [U-Boot] [PATCH v3 1/5] dm: gpio: " Patrice Chotard
2018-09-10 16:11 ` [U-Boot] [PATCH v3 2/5] gpio: stm32f7: Add ops get_function Patrice Chotard
2018-09-10 16:11 ` [U-Boot] [PATCH v3 3/5] gpio: stm32f7: Add ops get_alt_function Patrice Chotard
2018-09-10 16:11 ` [U-Boot] [PATCH v3 4/5] gpio: sandbox: Rename GPIOF_(OUTPUT|HIGH|ODR) to SANDBOX_GPIO_(OUTPUT|HIGH|ODR) Patrice Chotard
2018-09-10 16:11 ` [U-Boot] [PATCH v3 5/5] test: dm: Add gpio get_alt_function ops test Patrice Chotard
2018-09-11  5:51 ` [U-Boot] [PATCH v3 0/5] Add get_alt_function ops Michal Simek
2018-09-11  7:31   ` Patrice CHOTARD
2018-09-11 10:24     ` Michal Simek
2018-09-11 11:12       ` Patrice CHOTARD
2018-09-11 12:17         ` Michal Simek
2018-09-11 13:31           ` [U-Boot] [Uboot-stm32] " Patrice CHOTARD
2018-09-11 13:45             ` Michal Simek
2018-09-11 17:03     ` [U-Boot] " Stephen Warren
2018-09-12  7:09       ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.