Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Angel Pons, Anastasia Klimchuk.
1 comment:
Patchset:
thank you, this is actually very useful! (as usual!) […]
The "few" wasn't meant literally :)
About other masters, well, it's not very obvious indeed. As always it's
hard to see/show absence of something. And it turns out that the `internal`
programer might actually be the only case of this:
Let's see what files have a `struct programmer_entry`:
$ git grep -l '^const struct programmer_entry ' *.c
and which call some `register_*master()`:
$ git grep -l '\<register_\([a-z_]*\)master(' *.c
and compare the two:
$ diff -u <(git grep -l '^const struct programmer_entry ' *.c) <(git grep -l '\<register_\([a-z_]*\)master(' *.c)
Some of it is noise (opaque.c, bitbang_spi.c, programmer.c are just
infrastructure). But there are some masters without a programmer entry:
All files not touched by commit 4f5169df. And I assume all part of the
`internal` programmer.
To view, visit change 55932. To unsubscribe, or for help writing mail filters, visit settings.