mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: stm32mp: enable UBS hubs on DKx
@ 2023-04-21 10:06 Ahmad Fatoum
  2023-04-21 10:06 ` [PATCH 1/5] asm-generic: atomic: implement atomic_inc/dec_return stubs Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ahmad Fatoum @ 2023-04-21 10:06 UTC (permalink / raw)
  To: barebox

I am not sure this worked for a while, but the DT binding changed.
Let's sync with the kernel driver and enable the necessary config
options and some other stuff noticed as well.

Ahmad Fatoum (5):
  asm-generic: atomic: implement atomic_inc/dec_return stubs
  phy: stm32-usphyc: sync with Linux v6.3-rc5
  ARM: stm32mp: defconfig: enable use of DKx USB hubs
  clk: bulk: return -EPROBE_DEFER in silence
  ARM: stm32mp: dkx: enable deep probe

 arch/arm/boards/stm32mp15xx-dkx/board.c |   2 +
 arch/arm/configs/stm32mp_defconfig      |   3 +
 drivers/clk/clk-bulk.c                  |   5 +-
 drivers/phy/phy-stm32-usbphyc.c         | 321 ++++++++++++++++++++++--
 include/asm-generic/atomic.h            |  11 +-
 include/linux/units.h                   | 111 ++++++++
 6 files changed, 421 insertions(+), 32 deletions(-)
 create mode 100644 include/linux/units.h

-- 
2.39.2




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

end of thread, other threads:[~2023-05-02 11:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 10:06 [PATCH 0/5] ARM: stm32mp: enable UBS hubs on DKx Ahmad Fatoum
2023-04-21 10:06 ` [PATCH 1/5] asm-generic: atomic: implement atomic_inc/dec_return stubs Ahmad Fatoum
2023-04-21 10:06 ` [PATCH 2/5] phy: stm32-usphyc: sync with Linux v6.3-rc5 Ahmad Fatoum
2023-04-21 10:06 ` [PATCH 3/5] ARM: stm32mp: defconfig: enable use of DKx USB hubs Ahmad Fatoum
2023-04-21 10:36   ` Marco Felsch
2023-04-21 10:51     ` Ahmad Fatoum
2023-04-21 10:06 ` [PATCH 4/5] clk: bulk: return -EPROBE_DEFER in silence Ahmad Fatoum
2023-04-21 10:06 ` [PATCH 5/5] ARM: stm32mp: dkx: enable deep probe Ahmad Fatoum
2023-05-02 11:36 ` [PATCH 0/5] ARM: stm32mp: enable UBS hubs on DKx Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox