Revision eb3e8d9de28a5385f75e5c42eba5fb5b0c7625be authored by Linus Torvalds on 24 December 2016, 00:51:16 UTC, committed by Linus Torvalds on 24 December 2016, 00:51:16 UTC
Pull timer fix from Ingo Molnar:
 "ARM/MOXA SoC clocksource driver fixes"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/moxart: Plug memory and mapping leaks
2 parent s 00198da + c9435f3
Raw File
Makefile
obj-$(CONFIG_EEPROM_AT24)	+= at24.o
obj-$(CONFIG_EEPROM_AT25)	+= at25.o
obj-$(CONFIG_EEPROM_LEGACY)	+= eeprom.o
obj-$(CONFIG_EEPROM_MAX6875)	+= max6875.o
obj-$(CONFIG_EEPROM_93CX6)	+= eeprom_93cx6.o
obj-$(CONFIG_EEPROM_93XX46)	+= eeprom_93xx46.o
obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o
back to top