Skip to content

Commit

Permalink
Merge tag 'at91-5.4-soc' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/at91/linux into arm/soc

AT91 SoC for 5.4

 - MAINTAINERS updates
 - a generated headers parallel build fix

* tag 'at91-5.4-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  mailmap: map old company name to new one @microchip.com
  MAINTAINERS: at91: remove the TC entry
  MAINTAINERS: at91: Collect all pinctrl/gpio drivers in same entry
  ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Sep 3, 2019
2 parents e6dde5c + 2cb831e commit 7bbf869
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Morten Welinder <[email protected]>
Morten Welinder <[email protected]>
Mythri P K <[email protected]>
Nguyen Anh Quynh <[email protected]>
Nicolas Ferre <[email protected]> <[email protected]>
Nicolas Pitre <[email protected]> <[email protected]>
Nicolas Pitre <[email protected]> <[email protected]>
Paolo 'Blaisorblade' Giarrusso <[email protected]>
Expand Down
14 changes: 1 addition & 13 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -10584,12 +10584,6 @@ M: Nicolas Ferre <[email protected]>
S: Supported
F: drivers/power/reset/at91-sama5d2_shdwc.c

MICROCHIP SAMA5D2-COMPATIBLE PIOBU GPIO
M: Andrei Stefanescu <[email protected]>
L: [email protected] (moderated for non-subscribers)
L: [email protected]
F: drivers/gpio/gpio-sama5d2-piobu.c

MICROCHIP SPI DRIVER
M: Nicolas Ferre <[email protected]>
S: Supported
Expand All @@ -10602,13 +10596,6 @@ S: Supported
F: drivers/misc/atmel-ssc.c
F: include/linux/atmel-ssc.h

MICROCHIP TIMER COUNTER (TC) AND CLOCKSOURCE DRIVERS
M: Nicolas Ferre <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
F: drivers/misc/atmel_tclib.c
F: drivers/clocksource/tcb_clksrc.c

MICROCHIP USBA UDC DRIVER
M: Cristian Birsan <[email protected]>
L: [email protected] (moderated for non-subscribers)
Expand Down Expand Up @@ -12650,6 +12637,7 @@ L: [email protected] (moderated for non-subscribers)
L: [email protected]
S: Supported
F: drivers/pinctrl/pinctrl-at91*
F: drivers/gpio/gpio-sama5d2-piobu.c

PIN CONTROLLER - FREESCALE
M: Dong Aisheng <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-at91/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pm_data-offsets.h
5 changes: 3 additions & 2 deletions arch/arm/mach-at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ ifeq ($(CONFIG_PM_DEBUG),y)
CFLAGS_pm.o += -DDEBUG
endif

include/generated/at91_pm_data-offsets.h: arch/arm/mach-at91/pm_data-offsets.s FORCE
$(obj)/pm_data-offsets.h: $(obj)/pm_data-offsets.s FORCE
$(call filechk,offsets,__PM_DATA_OFFSETS_H__)

arch/arm/mach-at91/pm_suspend.o: include/generated/at91_pm_data-offsets.h
$(obj)/pm_suspend.o: $(obj)/pm_data-offsets.h

targets += pm_data-offsets.s
clean-files += pm_data-offsets.h
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/pm_suspend.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <linux/linkage.h>
#include <linux/clk/at91_pmc.h>
#include "pm.h"
#include "generated/at91_pm_data-offsets.h"
#include "pm_data-offsets.h"

#define SRAMC_SELF_FRESH_ACTIVE 0x01
#define SRAMC_SELF_FRESH_EXIT 0x00
Expand Down

0 comments on commit 7bbf869

Please sign in to comment.