diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:09:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:09:16 -0400 |
commit | 11126c611e10abb18b6f1ed0300c0548c3906b54 (patch) | |
tree | 246227ad730c1e68f5a9c03db57cd4592abe7687 /drivers/rtc/Makefile | |
parent | 67966e088b0c7dc926f4ce19565ebf208e18d058 (diff) | |
parent | 33e2a4227ddff7c18921ac175fae3ab0e3ff8a76 (diff) |
Merge branch 'akpm' (Andrew's patch-bomb)
Merge misc patches from Andrew Morton:
"The MM tree is rather stuck while I wait to find out what the heck is
happening with sched/numa. Probably I'll need to route around all the
code which was added to -next, sigh.
So this is "everything else", or at least most of it - other small
bits are still awaiting resolutions of various kinds."
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (180 commits)
lib/decompress.c add __init to decompress_method and data
kernel/resource.c: fix stack overflow in __reserve_region_with_split()
omfs: convert to use beXX_add_cpu()
taskstats: cgroupstats_user_cmd() may leak on error
aoe: update aoe-internal version number to 50
aoe: update documentation to better reflect aoe-plus-udev usage
aoe: remove unused code
aoe: make dynamic block minor numbers the default
aoe: update and specify AoE address guards and error messages
aoe: retain static block device numbers for backwards compatibility
aoe: support more AoE addresses with dynamic block device minor numbers
aoe: update documentation with new URL and VM settings reference
aoe: update copyright year in touched files
aoe: update internal version number to 49
aoe: remove unused code and add cosmetic improvements
aoe: increase net_device reference count while using it
aoe: associate frames with the AoE storage target
aoe: disallow unsupported AoE minor addresses
aoe: do revalidation steps in order
aoe: failover remote interface based on aoe_deadsecs parameter
...
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 0d5b2b66f90d..56297f0fd388 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -43,6 +43,7 @@ obj-$(CONFIG_RTC_DRV_DS1511) += rtc-ds1511.o | |||
43 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o | 43 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o |
44 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o | 44 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o |
45 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o | 45 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o |
46 | obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o | ||
46 | obj-$(CONFIG_RTC_DRV_DS3232) += rtc-ds3232.o | 47 | obj-$(CONFIG_RTC_DRV_DS3232) += rtc-ds3232.o |
47 | obj-$(CONFIG_RTC_DRV_DS3234) += rtc-ds3234.o | 48 | obj-$(CONFIG_RTC_DRV_DS3234) += rtc-ds3234.o |
48 | obj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o | 49 | obj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o |
@@ -64,6 +65,7 @@ obj-$(CONFIG_RTC_DRV_M48T59) += rtc-m48t59.o | |||
64 | obj-$(CONFIG_RTC_DRV_M48T86) += rtc-m48t86.o | 65 | obj-$(CONFIG_RTC_DRV_M48T86) += rtc-m48t86.o |
65 | obj-$(CONFIG_RTC_DRV_MXC) += rtc-mxc.o | 66 | obj-$(CONFIG_RTC_DRV_MXC) += rtc-mxc.o |
66 | obj-$(CONFIG_RTC_DRV_MAX6900) += rtc-max6900.o | 67 | obj-$(CONFIG_RTC_DRV_MAX6900) += rtc-max6900.o |
68 | obj-$(CONFIG_RTC_DRV_MAX8907) += rtc-max8907.o | ||
67 | obj-$(CONFIG_RTC_DRV_MAX8925) += rtc-max8925.o | 69 | obj-$(CONFIG_RTC_DRV_MAX8925) += rtc-max8925.o |
68 | obj-$(CONFIG_RTC_DRV_MAX8998) += rtc-max8998.o | 70 | obj-$(CONFIG_RTC_DRV_MAX8998) += rtc-max8998.o |
69 | obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o | 71 | obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o |
@@ -85,6 +87,7 @@ obj-$(CONFIG_RTC_DRV_PS3) += rtc-ps3.o | |||
85 | obj-$(CONFIG_RTC_DRV_PUV3) += rtc-puv3.o | 87 | obj-$(CONFIG_RTC_DRV_PUV3) += rtc-puv3.o |
86 | obj-$(CONFIG_RTC_DRV_PXA) += rtc-pxa.o | 88 | obj-$(CONFIG_RTC_DRV_PXA) += rtc-pxa.o |
87 | obj-$(CONFIG_RTC_DRV_R9701) += rtc-r9701.o | 89 | obj-$(CONFIG_RTC_DRV_R9701) += rtc-r9701.o |
90 | obj-$(CONFIG_RTC_DRV_RC5T583) += rtc-rc5t583.o | ||
88 | obj-$(CONFIG_RTC_DRV_RP5C01) += rtc-rp5c01.o | 91 | obj-$(CONFIG_RTC_DRV_RP5C01) += rtc-rp5c01.o |
89 | obj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o | 92 | obj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o |
90 | obj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o | 93 | obj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o |
@@ -96,6 +99,7 @@ obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o | |||
96 | obj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o | 99 | obj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o |
97 | obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o | 100 | obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o |
98 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o | 101 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o |
102 | obj-$(CONFIG_RTC_DRV_SNVS) += rtc-snvs.o | ||
99 | obj-$(CONFIG_RTC_DRV_SPEAR) += rtc-spear.o | 103 | obj-$(CONFIG_RTC_DRV_SPEAR) += rtc-spear.o |
100 | obj-$(CONFIG_RTC_DRV_STARFIRE) += rtc-starfire.o | 104 | obj-$(CONFIG_RTC_DRV_STARFIRE) += rtc-starfire.o |
101 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o | 105 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o |
@@ -105,6 +109,7 @@ obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o | |||
105 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o | 109 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o |
106 | obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o | 110 | obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o |
107 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o | 111 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o |
112 | obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o | ||
108 | obj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o | 113 | obj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o |
109 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o | 114 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o |
110 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o | 115 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o |