Loading drivers/mfd/sec-core.c +4 −12 Original line number Diff line number Diff line /* * sec-core.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ // SPDX-License-Identifier: GPL-2.0+ // // Copyright (c) 2012 Samsung Electronics Co., Ltd // http://www.samsung.com #include <linux/module.h> #include <linux/moduleparam.h> Loading drivers/mfd/sec-irq.c +4 −12 Original line number Diff line number Diff line /* * sec-irq.c * * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ // SPDX-License-Identifier: GPL-2.0+ // // Copyright (c) 2011-2014 Samsung Electronics Co., Ltd // http://www.samsung.com #include <linux/device.h> #include <linux/interrupt.h> Loading include/linux/mfd/samsung/core.h +2 −9 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * core.h * * copyright (c) 2011 Samsung Electronics Co., Ltd * Copyright (c) 2011 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #ifndef __LINUX_MFD_SEC_CORE_H Loading include/linux/mfd/samsung/irq.h +2 −8 Original line number Diff line number Diff line /* irq.h * /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #ifndef __LINUX_MFD_SEC_IRQ_H Loading include/linux/mfd/samsung/rtc.h +2 −13 Original line number Diff line number Diff line /* rtc.h * /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ #ifndef __LINUX_MFD_SEC_RTC_H Loading Loading
drivers/mfd/sec-core.c +4 −12 Original line number Diff line number Diff line /* * sec-core.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ // SPDX-License-Identifier: GPL-2.0+ // // Copyright (c) 2012 Samsung Electronics Co., Ltd // http://www.samsung.com #include <linux/module.h> #include <linux/moduleparam.h> Loading
drivers/mfd/sec-irq.c +4 −12 Original line number Diff line number Diff line /* * sec-irq.c * * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ // SPDX-License-Identifier: GPL-2.0+ // // Copyright (c) 2011-2014 Samsung Electronics Co., Ltd // http://www.samsung.com #include <linux/device.h> #include <linux/interrupt.h> Loading
include/linux/mfd/samsung/core.h +2 −9 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * core.h * * copyright (c) 2011 Samsung Electronics Co., Ltd * Copyright (c) 2011 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #ifndef __LINUX_MFD_SEC_CORE_H Loading
include/linux/mfd/samsung/irq.h +2 −8 Original line number Diff line number Diff line /* irq.h * /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #ifndef __LINUX_MFD_SEC_IRQ_H Loading
include/linux/mfd/samsung/rtc.h +2 −13 Original line number Diff line number Diff line /* rtc.h * /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd * http://www.samsung.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ #ifndef __LINUX_MFD_SEC_RTC_H Loading