summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/signal/Makefile
blob: f0eef27458e2bdb6193917ed697db471b3583763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEST_PROGS := signal signal_tm

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c ../utils.c signal.S

CFLAGS += -maltivec
signal_tm: CFLAGS += -mhtm

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o
216469b05ef4b5916cb40b127dfab1da88 (patch) tree088f4074ec93c863025c27126c400f85009ad92a /net/caif/caif_dev.c parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: core: Add new API to poll for error conditions
Regulator consumers can receive event notifications when errors are reported to the driver, but currently, there is no way for a regulator consumer to know when the error is over. To allow a regulator consumer to poll for error conditions add a new API: regulator_get_error_flags. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/caif/caif_dev.c')