mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] treewide: misc helpers for porting
@ 2023-01-09 15:11 Ahmad Fatoum
  2023-01-09 15:11 ` [PATCH 1/7] vsprintf: support %pOF format specifier Ahmad Fatoum
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ahmad Fatoum @ 2023-01-09 15:11 UTC (permalink / raw)
  To: barebox

These patches resulted from yak shaving around the upcoming
sync of the Atmel NAND driver.

Ahmad Fatoum (7):
  vsprintf: support %pOF format specifier
  include: driver: make dev_(get_priv|is_probed) argument const pointer
  include: sync io-64-nonatomic-*.h headers with Linux
  clk: add prepare/unprepare helpers
  of: provide of_node_get and of_node_put stubs
  include: linux/slab.h: define krealloc/kstrdup
  barebox-wrapper: define MODULE_DEVICE_TABLE

 include/driver.h                |  4 +-
 include/io-64-nonatomic-hi-lo.h | 90 +++++++++++++++++++++++++++++++++
 include/io-64-nonatomic-lo-hi.h | 90 +++++++++++++++++++++++++++++++++
 include/linux/barebox-wrapper.h |  1 +
 include/linux/clk.h             |  2 +
 include/linux/slab.h            | 13 +++++
 include/of.h                    | 15 ++++++
 lib/vsprintf.c                  | 13 +++++
 8 files changed, 226 insertions(+), 2 deletions(-)

-- 
2.30.2




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

end of thread, other threads:[~2023-01-10 15:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09 15:11 [PATCH 0/7] treewide: misc helpers for porting Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 1/7] vsprintf: support %pOF format specifier Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 2/7] include: driver: make dev_(get_priv|is_probed) argument const pointer Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 3/7] include: sync io-64-nonatomic-*.h headers with Linux Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 4/7] clk: add prepare/unprepare helpers Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 5/7] of: provide of_node_get and of_node_put stubs Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 6/7] include: linux/slab.h: define krealloc/kstrdup Ahmad Fatoum
2023-01-09 15:11 ` [PATCH 7/7] barebox-wrapper: define MODULE_DEVICE_TABLE Ahmad Fatoum
2023-01-10 15:00 ` [PATCH 0/7] treewide: misc helpers for porting Sascha Hauer

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