Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934665AbbEMPSa (ORCPT ); Wed, 13 May 2015 11:18:30 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:45792 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934437AbbEMPS2 (ORCPT ); Wed, 13 May 2015 11:18:28 -0400 From: Javier Martinez Canillas To: Alexandre Belloni Cc: Alessandro Zummo , Olof Johansson , Doug Anderson , Krzysztof Kozlowski , Chanwoo Choi , rtc-linux@googlegroups.com, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Javier Martinez Canillas Subject: [PATCH 0/2] rtc: Fix module autoload for max77xx RTC drivers Date: Wed, 13 May 2015 17:18:00 +0200 Message-Id: <1431530282-10672-1-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 25 Hello Alexandre and Alessandro, This is a trivial series that fixes module autoloading for the Maxim MAX77686 and MAX77802 RTC drivers that didn't export their platform device ID table with MODULE_DEVICE_TABLE() so modalias information was not available. The series is composed of the following patches: Javier Martinez Canillas (2): rtc: max77686: Report platform modalias to fix module autoload rtc: max77802: Report platform modalias to fix module autoload drivers/rtc/rtc-max77686.c | 1 + drivers/rtc/rtc-max77802.c | 1 + 2 files changed, 2 insertions(+) Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/