public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung cleanup for S5P SoCs for 3.17
@ 2014-07-07 22:59 Kukjin Kim
  2014-07-12 16:59 ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Kukjin Kim @ 2014-07-07 22:59 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

   Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/s5p-cleanup

for you to fetch changes up to 58595ebd9306691441ccf88973b97d4f8eaa8279:

   ASoC: Samsung: remove s5pc100 related codes (2014-07-08 07:29:05 +0900)

----------------------------------------------------------------
Cleanup S5P SoCs for 3.17
- removing s5p64x0 SoCs and s5pc100 SoC in mainline because
   no more user and if it is required next time, it will be
   supported with DT.

----------------------------------------------------------------
Kukjin Kim (13):
       ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs
       gpio: samsung: remove s5p64x0 related gpio codes
       spi: s3c64xx: remove s5p64x0 related spi codes
       ASoC: samsung: no more support for S5P6440 and S5P6450 SoCs
       video: fbdev: s3c-fb: remove s5p64x0 related fimd codes
       serial: samsung: no more support for S5P6440 and S5P6450 SoCs
       ARM: S5PC100: no more support S5PC100 SoC
       gpio: samsung: remov s5pc100 related gpio codes
       spi: s3c64xx: remove s5pc100 related spi codes
       serial: samsung: no more support for S5PC100 SoC
       mtd: onenand: remove s5pc100 related onenand codes
       video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes
       ASoC: Samsung: remove s5pc100 related codes

  Documentation/arm/Samsung/Overview.txt             |   11 -
  .../arm/Samsung/clksrc-change-registers.awk        |    1 -
  .../devicetree/bindings/spi/spi-samsung.txt        |    1 -
  .../devicetree/bindings/video/samsung-fimd.txt     |    2 -
  arch/arm/Kconfig                                   |   43 +-
  arch/arm/Makefile                                  |    2 -
  arch/arm/configs/s5p64x0_defconfig                 |   68 -
  arch/arm/configs/s5pc100_defconfig                 |   49 -
  arch/arm/mach-s5p64x0/Kconfig                      |  102 --
  arch/arm/mach-s5p64x0/Makefile                     |   36 -
  arch/arm/mach-s5p64x0/Makefile.boot                |    2 -
  arch/arm/mach-s5p64x0/clock-s5p6440.c              |  632 ---------
  arch/arm/mach-s5p64x0/clock-s5p6450.c              |  701 ----------
  arch/arm/mach-s5p64x0/clock.c                      |  236 ----
  arch/arm/mach-s5p64x0/clock.h                      |   38 -
  arch/arm/mach-s5p64x0/common.c                     |  490 -------
  arch/arm/mach-s5p64x0/common.h                     |   56 -
  arch/arm/mach-s5p64x0/dev-audio.c                  |  176 ---
  arch/arm/mach-s5p64x0/dma.c                        |  128 --
  arch/arm/mach-s5p64x0/i2c.h                        |   16 -
  arch/arm/mach-s5p64x0/include/mach/debug-macro.S   |   32 -
  arch/arm/mach-s5p64x0/include/mach/dma.h           |   26 -
  arch/arm/mach-s5p64x0/include/mach/gpio.h          |  132 --
  arch/arm/mach-s5p64x0/include/mach/hardware.h      |   18 -
  arch/arm/mach-s5p64x0/include/mach/irqs.h          |  148 ---
  arch/arm/mach-s5p64x0/include/mach/map.h           |   96 --
  arch/arm/mach-s5p64x0/include/mach/pm-core.h       |  119 --
  arch/arm/mach-s5p64x0/include/mach/regs-clock.h    |   98 --
  arch/arm/mach-s5p64x0/include/mach/regs-gpio.h     |   68 -
  arch/arm/mach-s5p64x0/include/mach/regs-irq.h      |   18 -
  arch/arm/mach-s5p64x0/irq-pm.c                     |   98 --
  arch/arm/mach-s5p64x0/mach-smdk6440.c              |  280 ----
  arch/arm/mach-s5p64x0/mach-smdk6450.c              |  299 -----
  arch/arm/mach-s5p64x0/pm.c                         |  202 ---
  arch/arm/mach-s5p64x0/setup-fb-24bpp.c             |   29 -
  arch/arm/mach-s5p64x0/setup-i2c0.c                 |   38 -
  arch/arm/mach-s5p64x0/setup-i2c1.c                 |   38 -
  arch/arm/mach-s5p64x0/setup-sdhci-gpio.c           |  104 --
  arch/arm/mach-s5p64x0/setup-spi.c                  |   38 -
  arch/arm/mach-s5pc100/Kconfig                      |   81 --
  arch/arm/mach-s5pc100/Makefile                     |   32 -
  arch/arm/mach-s5pc100/Makefile.boot                |    2 -
  arch/arm/mach-s5pc100/clock.c                      | 1361 
--------------------
  arch/arm/mach-s5pc100/common.c                     |  255 ----
  arch/arm/mach-s5pc100/common.h                     |   30 -
  arch/arm/mach-s5pc100/dev-audio.c                  |  239 ----
  arch/arm/mach-s5pc100/dma.c                        |  130 --
  arch/arm/mach-s5pc100/include/mach/debug-macro.S   |   39 -
  arch/arm/mach-s5pc100/include/mach/dma.h           |   26 -
  arch/arm/mach-s5pc100/include/mach/entry-macro.S   |   19 -
  arch/arm/mach-s5pc100/include/mach/gpio.h          |  144 ---
  arch/arm/mach-s5pc100/include/mach/hardware.h      |   14 -
  arch/arm/mach-s5pc100/include/mach/irqs.h          |  115 --
  arch/arm/mach-s5pc100/include/mach/map.h           |  137 --
  arch/arm/mach-s5pc100/include/mach/regs-clock.h    |   80 --
  arch/arm/mach-s5pc100/include/mach/regs-gpio.h     |   38 -
  arch/arm/mach-s5pc100/include/mach/regs-irq.h      |   18 -
  arch/arm/mach-s5pc100/mach-smdkc100.c              |  264 ----
  arch/arm/mach-s5pc100/setup-fb-24bpp.c             |   35 -
  arch/arm/mach-s5pc100/setup-i2c0.c                 |   28 -
  arch/arm/mach-s5pc100/setup-i2c1.c                 |   28 -
  arch/arm/mach-s5pc100/setup-ide.c                  |   57 -
  arch/arm/mach-s5pc100/setup-keypad.c               |   23 -
  arch/arm/mach-s5pc100/setup-sdhci-gpio.c           |   70 -
  arch/arm/mach-s5pc100/setup-spi.c                  |   41 -
  arch/arm/plat-samsung/Kconfig                      |   14 +-
  arch/arm/plat-samsung/adc.c                        |    2 +-
  arch/arm/plat-samsung/include/plat/cpu.h           |   29 -
  arch/arm/plat-samsung/include/plat/devs.h          |   17 -
  arch/arm/plat-samsung/include/plat/fb.h            |   14 -
  arch/arm/plat-samsung/include/plat/s5p-clock.h     |    2 +-
  arch/arm/plat-samsung/include/plat/sdhci.h         |   77 --
  drivers/gpio/gpio-samsung.c                        |  722 -----------
  drivers/irqchip/Kconfig                            |    1 -
  drivers/mtd/onenand/Kconfig                        |    4 +-
  drivers/mtd/onenand/samsung.c                      |   25 +-
  drivers/spi/spi-s3c64xx.c                          |   22 -
  drivers/tty/serial/Kconfig                         |    1 -
  drivers/tty/serial/samsung.c                       |    4 +-
  drivers/video/fbdev/Kconfig                        |    4 +-
  drivers/video/fbdev/s3c-fb.c                       |   65 -
  include/linux/platform_data/asoc-s3c.h             |    9 -
  include/video/samsung_fimd.h                       |    2 +-
  sound/soc/samsung/Kconfig                          |    4 +-
  sound/soc/samsung/smdk_wm8580pcm.c                 |    2 +-
  85 files changed, 19 insertions(+), 8978 deletions(-)
  delete mode 100644 arch/arm/configs/s5p64x0_defconfig
  delete mode 100644 arch/arm/configs/s5pc100_defconfig
  delete mode 100644 arch/arm/mach-s5p64x0/Kconfig
  delete mode 100644 arch/arm/mach-s5p64x0/Makefile
  delete mode 100644 arch/arm/mach-s5p64x0/Makefile.boot
  delete mode 100644 arch/arm/mach-s5p64x0/clock-s5p6440.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock-s5p6450.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock.h
  delete mode 100644 arch/arm/mach-s5p64x0/common.c
  delete mode 100644 arch/arm/mach-s5p64x0/common.h
  delete mode 100644 arch/arm/mach-s5p64x0/dev-audio.c
  delete mode 100644 arch/arm/mach-s5p64x0/dma.c
  delete mode 100644 arch/arm/mach-s5p64x0/i2c.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/debug-macro.S
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/dma.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/gpio.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/hardware.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/irqs.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/map.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/pm-core.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-clock.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-gpio.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-irq.h
  delete mode 100644 arch/arm/mach-s5p64x0/irq-pm.c
  delete mode 100644 arch/arm/mach-s5p64x0/mach-smdk6440.c
  delete mode 100644 arch/arm/mach-s5p64x0/mach-smdk6450.c
  delete mode 100644 arch/arm/mach-s5p64x0/pm.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-fb-24bpp.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-i2c0.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-i2c1.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-sdhci-gpio.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-spi.c
  delete mode 100644 arch/arm/mach-s5pc100/Kconfig
  delete mode 100644 arch/arm/mach-s5pc100/Makefile
  delete mode 100644 arch/arm/mach-s5pc100/Makefile.boot
  delete mode 100644 arch/arm/mach-s5pc100/clock.c
  delete mode 100644 arch/arm/mach-s5pc100/common.c
  delete mode 100644 arch/arm/mach-s5pc100/common.h
  delete mode 100644 arch/arm/mach-s5pc100/dev-audio.c
  delete mode 100644 arch/arm/mach-s5pc100/dma.c
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/debug-macro.S
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/dma.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/entry-macro.S
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/gpio.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/hardware.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/irqs.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/map.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-clock.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-gpio.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-irq.h
  delete mode 100644 arch/arm/mach-s5pc100/mach-smdkc100.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-fb-24bpp.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-i2c0.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-i2c1.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-ide.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-keypad.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-sdhci-gpio.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-spi.c

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup for S5P SoCs for 3.17
  2014-07-07 22:59 [GIT PULL] Samsung cleanup for S5P SoCs for 3.17 Kukjin Kim
@ 2014-07-12 16:59 ` Olof Johansson
  2014-07-12 19:44   ` Mark Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2014-07-12 16:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 08, 2014 at 07:59:36AM +0900, Kukjin Kim wrote:
> The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
> 
>   Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/s5p-cleanup
> 
> for you to fetch changes up to 58595ebd9306691441ccf88973b97d4f8eaa8279:
> 
>   ASoC: Samsung: remove s5pc100 related codes (2014-07-08 07:29:05 +0900)
> 
> ----------------------------------------------------------------
> Cleanup S5P SoCs for 3.17
> - removing s5p64x0 SoCs and s5pc100 SoC in mainline because
>   no more user and if it is required next time, it will be
>   supported with DT.
> 
> ----------------------------------------------------------------
> Kukjin Kim (13):
>       ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs
>       gpio: samsung: remove s5p64x0 related gpio codes
>       spi: s3c64xx: remove s5p64x0 related spi codes
>       ASoC: samsung: no more support for S5P6440 and S5P6450 SoCs
>       video: fbdev: s3c-fb: remove s5p64x0 related fimd codes
>       serial: samsung: no more support for S5P6440 and S5P6450 SoCs
>       ARM: S5PC100: no more support S5PC100 SoC
>       gpio: samsung: remov s5pc100 related gpio codes
>       spi: s3c64xx: remove s5pc100 related spi codes
>       serial: samsung: no more support for S5PC100 SoC
>       mtd: onenand: remove s5pc100 related onenand codes
>       video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes
>       ASoC: Samsung: remove s5pc100 related codes

I've merged these in. I noticed lack of acked-by from Mark Brown, so I pinged
him on IRC about it and the branch is currently at the top so it's easy to drop
in case he has objections (cc:d here too).


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup for S5P SoCs for 3.17
  2014-07-12 16:59 ` Olof Johansson
@ 2014-07-12 19:44   ` Mark Brown
  2014-07-12 22:34     ` Kukjin Kim
  2014-07-13  4:20     ` [GIT PULL] Samsung cleanup " Olof Johansson
  0 siblings, 2 replies; 7+ messages in thread
From: Mark Brown @ 2014-07-12 19:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jul 12, 2014 at 09:59:48AM -0700, Olof Johansson wrote:

> I've merged these in. I noticed lack of acked-by from Mark Brown, so I pinged
> him on IRC about it and the branch is currently at the top so it's easy to drop
> in case he has objections (cc:d here too).

Don't know if I've seen these changes (though IIRC they might've gone to
the work account).  I suspect we're going to get some conflicts since
we've also got other changes going on in ASoC so it is probably going to
be easier to merge at least that patch via ASoC.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140712/fb4e0741/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup for S5P SoCs for 3.17
  2014-07-12 19:44   ` Mark Brown
@ 2014-07-12 22:34     ` Kukjin Kim
  2014-07-12 22:43       ` [GIT PULL] Samsung cleanup 2nd version " Kukjin Kim
  2014-07-13  4:20     ` [GIT PULL] Samsung cleanup " Olof Johansson
  1 sibling, 1 reply; 7+ messages in thread
From: Kukjin Kim @ 2014-07-12 22:34 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/13/14 04:44, Mark Brown wrote:
> On Sat, Jul 12, 2014 at 09:59:48AM -0700, Olof Johansson wrote:
>
>> I've merged these in. I noticed lack of acked-by from Mark Brown, so I pinged
>> him on IRC about it and the branch is currently at the top so it's easy to drop
>> in case he has objections (cc:d here too).
>
> Don't know if I've seen these changes (though IIRC they might've gone to
> the work account).  I suspect we're going to get some conflicts since
> we've also got other changes going on in ASoC so it is probably going to
> be easier to merge at least that patch via ASoC.

OK.

Olof, I will resend the pull-request after sorting them out so please 
drop this then pull new one.

Mark, please take following ASoC related patches.
- ASoC: samsung: no more support for S5P6440 and S5P6450 SoCs
- ASoC: Samsung: remove s5pc100 related codes

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup 2nd version for S5P SoCs for 3.17
  2014-07-12 22:34     ` Kukjin Kim
@ 2014-07-12 22:43       ` Kukjin Kim
  2014-07-13  4:22         ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Kukjin Kim @ 2014-07-12 22:43 UTC (permalink / raw)
  To: linux-arm-kernel

(changed title)

Hi,

As per Mark's suggestion, I'm re-sending the cleanup S5P SoCs for v3.17 
so please take this instead.

One more, I dropped serial related patches also because they also will 
be handled via Greg's tty tree for 3.17.

Thanks and if any problems, please let me know.

- Kukjin

------------------
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

   Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/s5p-cleanup-v2

for you to fetch changes up to f86e0add813a3cc0e338089fa6c0928f5f6dc52d:

   video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes 
(2014-07-13 07:35:15 +0900)

----------------------------------------------------------------
Cleanup S5P SoCs for 3.17
- removing s5p64x0 SoCs and s5pc100 SoC in mainline because
   no more user and if it is required next time, it will be
   supported with DT.

----------------------------------------------------------------
Kukjin Kim (9):
       ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs
       gpio: samsung: remove s5p64x0 related gpio codes
       spi: s3c64xx: remove s5p64x0 related spi codes
       video: fbdev: s3c-fb: remove s5p64x0 related fimd codes
       ARM: S5PC100: no more support S5PC100 SoC
       gpio: samsung: remov s5pc100 related gpio codes
       spi: s3c64xx: remove s5pc100 related spi codes
       mtd: onenand: remove s5pc100 related onenand codes
       video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes

  Documentation/arm/Samsung/Overview.txt             |   11 -
  .../arm/Samsung/clksrc-change-registers.awk        |    1 -
  .../devicetree/bindings/spi/spi-samsung.txt        |    1 -
  .../devicetree/bindings/video/samsung-fimd.txt     |    2 -
  arch/arm/Kconfig                                   |   43 +-
  arch/arm/Makefile                                  |    2 -
  arch/arm/configs/s5p64x0_defconfig                 |   68 -
  arch/arm/configs/s5pc100_defconfig                 |   49 -
  arch/arm/mach-s5p64x0/Kconfig                      |  102 --
  arch/arm/mach-s5p64x0/Makefile                     |   36 -
  arch/arm/mach-s5p64x0/Makefile.boot                |    2 -
  arch/arm/mach-s5p64x0/clock-s5p6440.c              |  632 ---------
  arch/arm/mach-s5p64x0/clock-s5p6450.c              |  701 ----------
  arch/arm/mach-s5p64x0/clock.c                      |  236 ----
  arch/arm/mach-s5p64x0/clock.h                      |   38 -
  arch/arm/mach-s5p64x0/common.c                     |  490 -------
  arch/arm/mach-s5p64x0/common.h                     |   56 -
  arch/arm/mach-s5p64x0/dev-audio.c                  |  176 ---
  arch/arm/mach-s5p64x0/dma.c                        |  128 --
  arch/arm/mach-s5p64x0/i2c.h                        |   16 -
  arch/arm/mach-s5p64x0/include/mach/debug-macro.S   |   32 -
  arch/arm/mach-s5p64x0/include/mach/dma.h           |   26 -
  arch/arm/mach-s5p64x0/include/mach/gpio.h          |  132 --
  arch/arm/mach-s5p64x0/include/mach/hardware.h      |   18 -
  arch/arm/mach-s5p64x0/include/mach/irqs.h          |  148 ---
  arch/arm/mach-s5p64x0/include/mach/map.h           |   96 --
  arch/arm/mach-s5p64x0/include/mach/pm-core.h       |  119 --
  arch/arm/mach-s5p64x0/include/mach/regs-clock.h    |   98 --
  arch/arm/mach-s5p64x0/include/mach/regs-gpio.h     |   68 -
  arch/arm/mach-s5p64x0/include/mach/regs-irq.h      |   18 -
  arch/arm/mach-s5p64x0/irq-pm.c                     |   98 --
  arch/arm/mach-s5p64x0/mach-smdk6440.c              |  280 ----
  arch/arm/mach-s5p64x0/mach-smdk6450.c              |  299 -----
  arch/arm/mach-s5p64x0/pm.c                         |  202 ---
  arch/arm/mach-s5p64x0/setup-fb-24bpp.c             |   29 -
  arch/arm/mach-s5p64x0/setup-i2c0.c                 |   38 -
  arch/arm/mach-s5p64x0/setup-i2c1.c                 |   38 -
  arch/arm/mach-s5p64x0/setup-sdhci-gpio.c           |  104 --
  arch/arm/mach-s5p64x0/setup-spi.c                  |   38 -
  arch/arm/mach-s5pc100/Kconfig                      |   81 --
  arch/arm/mach-s5pc100/Makefile                     |   32 -
  arch/arm/mach-s5pc100/Makefile.boot                |    2 -
  arch/arm/mach-s5pc100/clock.c                      | 1361 
--------------------
  arch/arm/mach-s5pc100/common.c                     |  255 ----
  arch/arm/mach-s5pc100/common.h                     |   30 -
  arch/arm/mach-s5pc100/dev-audio.c                  |  239 ----
  arch/arm/mach-s5pc100/dma.c                        |  130 --
  arch/arm/mach-s5pc100/include/mach/debug-macro.S   |   39 -
  arch/arm/mach-s5pc100/include/mach/dma.h           |   26 -
  arch/arm/mach-s5pc100/include/mach/entry-macro.S   |   19 -
  arch/arm/mach-s5pc100/include/mach/gpio.h          |  144 ---
  arch/arm/mach-s5pc100/include/mach/hardware.h      |   14 -
  arch/arm/mach-s5pc100/include/mach/irqs.h          |  115 --
  arch/arm/mach-s5pc100/include/mach/map.h           |  137 --
  arch/arm/mach-s5pc100/include/mach/regs-clock.h    |   80 --
  arch/arm/mach-s5pc100/include/mach/regs-gpio.h     |   38 -
  arch/arm/mach-s5pc100/include/mach/regs-irq.h      |   18 -
  arch/arm/mach-s5pc100/mach-smdkc100.c              |  264 ----
  arch/arm/mach-s5pc100/setup-fb-24bpp.c             |   35 -
  arch/arm/mach-s5pc100/setup-i2c0.c                 |   28 -
  arch/arm/mach-s5pc100/setup-i2c1.c                 |   28 -
  arch/arm/mach-s5pc100/setup-ide.c                  |   57 -
  arch/arm/mach-s5pc100/setup-keypad.c               |   23 -
  arch/arm/mach-s5pc100/setup-sdhci-gpio.c           |   70 -
  arch/arm/mach-s5pc100/setup-spi.c                  |   41 -
  arch/arm/plat-samsung/Kconfig                      |   14 +-
  arch/arm/plat-samsung/adc.c                        |    2 +-
  arch/arm/plat-samsung/include/plat/cpu.h           |   29 -
  arch/arm/plat-samsung/include/plat/devs.h          |   17 -
  arch/arm/plat-samsung/include/plat/fb.h            |   14 -
  arch/arm/plat-samsung/include/plat/s5p-clock.h     |    2 +-
  arch/arm/plat-samsung/include/plat/sdhci.h         |   77 --
  drivers/gpio/gpio-samsung.c                        |  722 -----------
  drivers/irqchip/Kconfig                            |    1 -
  drivers/mtd/onenand/Kconfig                        |    4 +-
  drivers/mtd/onenand/samsung.c                      |   25 +-
  drivers/spi/spi-s3c64xx.c                          |   22 -
  drivers/video/fbdev/Kconfig                        |    4 +-
  drivers/video/fbdev/s3c-fb.c                       |   65 -
  include/video/samsung_fimd.h                       |    2 +-
  80 files changed, 15 insertions(+), 8962 deletions(-)
  delete mode 100644 arch/arm/configs/s5p64x0_defconfig
  delete mode 100644 arch/arm/configs/s5pc100_defconfig
  delete mode 100644 arch/arm/mach-s5p64x0/Kconfig
  delete mode 100644 arch/arm/mach-s5p64x0/Makefile
  delete mode 100644 arch/arm/mach-s5p64x0/Makefile.boot
  delete mode 100644 arch/arm/mach-s5p64x0/clock-s5p6440.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock-s5p6450.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock.c
  delete mode 100644 arch/arm/mach-s5p64x0/clock.h
  delete mode 100644 arch/arm/mach-s5p64x0/common.c
  delete mode 100644 arch/arm/mach-s5p64x0/common.h
  delete mode 100644 arch/arm/mach-s5p64x0/dev-audio.c
  delete mode 100644 arch/arm/mach-s5p64x0/dma.c
  delete mode 100644 arch/arm/mach-s5p64x0/i2c.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/debug-macro.S
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/dma.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/gpio.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/hardware.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/irqs.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/map.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/pm-core.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-clock.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-gpio.h
  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/regs-irq.h
  delete mode 100644 arch/arm/mach-s5p64x0/irq-pm.c
  delete mode 100644 arch/arm/mach-s5p64x0/mach-smdk6440.c
  delete mode 100644 arch/arm/mach-s5p64x0/mach-smdk6450.c
  delete mode 100644 arch/arm/mach-s5p64x0/pm.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-fb-24bpp.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-i2c0.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-i2c1.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-sdhci-gpio.c
  delete mode 100644 arch/arm/mach-s5p64x0/setup-spi.c
  delete mode 100644 arch/arm/mach-s5pc100/Kconfig
  delete mode 100644 arch/arm/mach-s5pc100/Makefile
  delete mode 100644 arch/arm/mach-s5pc100/Makefile.boot
  delete mode 100644 arch/arm/mach-s5pc100/clock.c
  delete mode 100644 arch/arm/mach-s5pc100/common.c
  delete mode 100644 arch/arm/mach-s5pc100/common.h
  delete mode 100644 arch/arm/mach-s5pc100/dev-audio.c
  delete mode 100644 arch/arm/mach-s5pc100/dma.c
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/debug-macro.S
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/dma.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/entry-macro.S
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/gpio.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/hardware.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/irqs.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/map.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-clock.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-gpio.h
  delete mode 100644 arch/arm/mach-s5pc100/include/mach/regs-irq.h
  delete mode 100644 arch/arm/mach-s5pc100/mach-smdkc100.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-fb-24bpp.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-i2c0.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-i2c1.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-ide.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-keypad.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-sdhci-gpio.c
  delete mode 100644 arch/arm/mach-s5pc100/setup-spi.c

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup for S5P SoCs for 3.17
  2014-07-12 19:44   ` Mark Brown
  2014-07-12 22:34     ` Kukjin Kim
@ 2014-07-13  4:20     ` Olof Johansson
  1 sibling, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2014-07-13  4:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jul 12, 2014 at 08:44:16PM +0100, Mark Brown wrote:
> On Sat, Jul 12, 2014 at 09:59:48AM -0700, Olof Johansson wrote:
> 
> > I've merged these in. I noticed lack of acked-by from Mark Brown, so I pinged
> > him on IRC about it and the branch is currently at the top so it's easy to drop
> > in case he has objections (cc:d here too).
> 
> Don't know if I've seen these changes (though IIRC they might've gone to
> the work account).  I suspect we're going to get some conflicts since
> we've also got other changes going on in ASoC so it is probably going to
> be easier to merge at least that patch via ASoC.

Ok, no problem -- dropped from arm-soc now (and I'll merge the new
version shortly).


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Samsung cleanup 2nd version for S5P SoCs for 3.17
  2014-07-12 22:43       ` [GIT PULL] Samsung cleanup 2nd version " Kukjin Kim
@ 2014-07-13  4:22         ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2014-07-13  4:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jul 13, 2014 at 07:43:32AM +0900, Kukjin Kim wrote:
> (changed title)
> 
> Hi,
> 
> As per Mark's suggestion, I'm re-sending the cleanup S5P SoCs for
> v3.17 so please take this instead.
> 
> One more, I dropped serial related patches also because they also
> will be handled via Greg's tty tree for 3.17.
> 
> Thanks and if any problems, please let me know.
> 
> - Kukjin
> 
> ------------------
> The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
> 
>   Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/s5p-cleanup-v2
> 
> for you to fetch changes up to f86e0add813a3cc0e338089fa6c0928f5f6dc52d:
> 
>   video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes
> (2014-07-13 07:35:15 +0900)
> 
> ----------------------------------------------------------------
> Cleanup S5P SoCs for 3.17
> - removing s5p64x0 SoCs and s5pc100 SoC in mainline because
>   no more user and if it is required next time, it will be
>   supported with DT.

Pulled, thanks!


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-13  4:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 22:59 [GIT PULL] Samsung cleanup for S5P SoCs for 3.17 Kukjin Kim
2014-07-12 16:59 ` Olof Johansson
2014-07-12 19:44   ` Mark Brown
2014-07-12 22:34     ` Kukjin Kim
2014-07-12 22:43       ` [GIT PULL] Samsung cleanup 2nd version " Kukjin Kim
2014-07-13  4:22         ` Olof Johansson
2014-07-13  4:20     ` [GIT PULL] Samsung cleanup " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox