Hi Jacek, On Fri, Mar 27, 2015 at 02:49:37PM +0100, Jacek Anaszewski wrote: > This patch adds led-flash support to Maxim max77693 chipset. > A device can be exposed to user space through LED subsystem > sysfs interface. Device supports up to two leds which can > work in flash and torch mode. The leds can be triggered > externally or by software. > > Signed-off-by: Jacek Anaszewski <[email protected]> > Signed-off-by: Andrzej Hajda <[email protected]> > Acked-by: Kyungmin Park <[email protected]> > Cc: Bryan Wu <[email protected]> > Cc: Richard Purdie <[email protected]> > Cc: Lee Jones <[email protected]> > Cc: Chanwoo Choi <[email protected]>
... > diff --git a/drivers/leds/leds-max77693.c b/drivers/leds/leds-max77693.c > new file mode 100644 > index 0000000..65c910d > --- /dev/null > +++ b/drivers/leds/leds-max77693.c > @@ -0,0 +1,973 @@ > +/* > + * LED Flash class driver for the flash cell of max77693 mfd. > + * > + * Copyright (C) 2015, Samsung Electronics Co., Ltd. > + * > + * Authors: Jacek Anaszewski <[email protected]> > + * Andrzej Hajda <[email protected]> > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * version 2 as published by the Free Software Foundation. > + */ > + > +#include <asm/div64.h> You might not need this anymore. Acked-by: Sakari Ailus <[email protected]> -- Sakari Ailus e-mail: [email protected] XMPP: [email protected] -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
