linux/arch/arm/mach-s3c24xx
Linus Torvalds 99bece775f Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c changes from Wolfram Sang:

 - an arbitration driver.  While the driver is quite simple, it caused
   discussion if we need additional arbitration on top of the one
   specified in the I2C standard.  Conclusion is that I accept a few
   generic mechanisms, but not very specific ones.

 - the core lost the detach_adapter() call.  It has no users anymore and
   was in the way for other cleanups.  attach_adapter() is sadly still
   there since there are users waiting to be converted.

 - the core gained a bus recovery infrastructure.  I2C defines a way to
   recover if the data line is stalled.  This mechanism is now in the
   core and drivers can now pass some data to make use of it.

 - bigger driver cleanups for designware, s3c2410

 - removing superfluous refcounting from drivers

 - removing Ben Dooks as second maintainer due to inactivity.  Thanks
   for all your work so far, Ben!

 - bugfixes, feature additions, devicetree fixups, simplifications...

* 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (38 commits)
  i2c: xiic: must always write 16-bit words to TX_FIFO
  i2c: octeon: use HZ in timeout value
  i2c: octeon: Fix i2c fail problem when a process is terminated by a signal
  i2c: designware-pci: drop superfluous {get|put}_device
  i2c: designware-plat: drop superfluous {get|put}_device
  i2c: davinci: drop superfluous {get|put}_device
  MAINTAINERS: Ben Dooks is inactive regarding I2C
  i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver
  i2c: at91: convert to dma_request_slave_channel_compat()
  i2c: mxs: do error checking and handling in PIO mode
  i2c: mxs: remove races in PIO code
  i2c-designware: switch to use runtime PM autosuspend
  i2c-designware: use usleep_range() in the busy-loop
  i2c-designware: enable/disable the controller properly
  i2c-designware: use dynamic adapter numbering on Lynxpoint
  i2c-designware-pci: use managed functions pcim_* and devm_*
  i2c-designware-pci: use dev_err() instead of printk()
  i2c-designware: move to managed functions (devm_*)
  i2c: remove CONFIG_HOTPLUG ifdefs
  i2c: s3c2410: Add SMBus emulation for block read
  ...
2013-05-02 14:38:53 -07:00
..
include/mach ARM: arm-soc multiplatform updates for 3.10 2013-05-02 09:38:16 -07:00
Kconfig ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2412 2013-04-04 10:04:00 +09:00
Makefile ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/ 2013-02-03 16:17:10 -08:00
Makefile.boot
anubis.h ARM: S3C24XX: make anubis-cpld, anubis-irq and anubis-map local 2013-01-10 10:45:34 -08:00
bast-ide.c ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local 2013-01-10 10:45:35 -08:00
bast-irq.c ARM: S3C24XX: remove plat/irq.h in plat-samsung 2013-03-05 10:42:47 +09:00
bast.h ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local 2013-01-10 10:45:35 -08:00
clock-dclk.c ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/ 2013-02-03 16:17:10 -08:00
clock-s3c244x.c
clock-s3c2410.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
clock-s3c2412.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
clock-s3c2416.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
clock-s3c2440.c tty: serial/samsung: make register definitions global 2013-04-11 13:14:36 -07:00
clock-s3c2443.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
common-s3c2443.c ARM: S3C24XX: Make 'clk_msysclk' static 2013-01-30 22:28:04 -08:00
common-smdk.c ARM: S3C24XX: plat/common-smdk.h local 2013-03-05 10:42:47 +09:00
common-smdk.h ARM: S3C24XX: plat/common-smdk.h local 2013-03-05 10:42:47 +09:00
common.c ARM: arm-soc cleanup for 3.10 2013-05-02 09:03:55 -07:00
common.h ARM: S3C24XX: cleanup the included soc init functions in common.h 2013-03-05 10:42:48 +09:00
cpufreq-debugfs.c ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/ 2013-02-03 16:17:10 -08:00
cpufreq-s3c2410.c ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/ 2013-01-21 15:40:23 -08:00
cpufreq-s3c2412.c ARM: S3C24XX: header mach/regs-s3c2412-mem.h local 2013-02-04 10:31:38 -08:00
cpufreq-s3c2440.c ARM: S3C24XX: Move mach-s3c2440/ cpufreq driver into mach-s3c24xx/ 2013-01-21 17:05:22 -08:00
cpufreq-utils.c ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
cpufreq.c cpufreq: Notify all policy->cpus in cpufreq_notify_transition() 2013-04-02 15:24:00 +02:00
dma-s3c2410.c mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver 2013-03-05 10:42:47 +09:00
dma-s3c2412.c mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver 2013-03-05 10:42:47 +09:00
dma-s3c2440.c mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver 2013-03-05 10:42:47 +09:00
dma-s3c2443.c mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver 2013-03-05 10:42:47 +09:00
dma.c ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/ 2013-02-03 16:17:10 -08:00
gta02.h ARM: S3C24XX: make gta02.h local 2013-01-10 10:45:35 -08:00
h1940-bluetooth.c Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-04 21:49:29 -08:00
h1940.h ARM: S3C24XX: make h1940.h and h1940-latch.h local 2013-01-10 10:45:35 -08:00
iotiming-s3c2410.c ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
iotiming-s3c2412.c ARM: S3C24XX: header mach/regs-s3c2412-mem.h local 2013-02-04 10:31:38 -08:00
irq-pm.c ARM: S3C24XX: remove plat/irq.h in plat-samsung 2013-03-05 10:42:47 +09:00
irq-s3c244x.c
irq-s3c2412.c ARM: S3C24XX: header mach/regs-power.h local 2013-02-04 10:31:39 -08:00
irq-s3c2440.c
irq.c Merge branch 'fixes' into next/cleanup 2013-04-28 15:01:12 -07:00
mach-amlm5900.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
mach-anubis.c Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-05 17:01:56 -08:00
mach-at2440evb.c Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-05 17:01:56 -08:00
mach-bast.c Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-05 17:01:56 -08:00
mach-gta02.c Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-05 17:01:56 -08:00
mach-h1940.c Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-04 21:49:29 -08:00
mach-jive.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-mini2440.c Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-05 17:01:56 -08:00
mach-n30.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-nexcoder.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-osiris-dvs.c ARM: drivers: remove __dev* attributes. 2013-01-03 15:57:04 -08:00
mach-osiris.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
mach-otom.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-qt2410.c ARM: S3C24XX: plat/common-smdk.h local 2013-03-05 10:42:47 +09:00
mach-rx1950.c i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver 2013-03-24 10:30:57 +01:00
mach-rx3715.c Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-04 21:49:29 -08:00
mach-smdk2410.c ARM: S3C24XX: plat/common-smdk.h local 2013-03-05 10:42:47 +09:00
mach-smdk2413.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-smdk2416.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-smdk2440.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-smdk2443.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
mach-tct_hammer.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
mach-vr1000.c Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup 2013-02-04 21:49:29 -08:00
mach-vstms.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
osiris.h ARM: S3C24XX: make osiris-cpld.h and osiris-map.h local 2013-01-10 10:45:36 -08:00
otom.h ARM: S3C24XX: make otom-map.h local 2013-01-10 10:45:36 -08:00
pll-s3c2410.c ARM: S3C24XX: Move mach-s3c2410/ pll into mach-s3c24xx/ 2013-01-21 17:03:32 -08:00
pll-s3c2440-12000000.c ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/ 2013-01-21 17:05:23 -08:00
pll-s3c2440-16934400.c ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/ 2013-01-21 17:05:23 -08:00
pm-h1940.S ARM: samsung: fix assembly syntax for new gas 2013-02-14 15:04:34 +01:00
pm-s3c2410.c ARM: S3C24XX: make h1940.h and h1940-latch.h local 2013-01-10 10:45:35 -08:00
pm-s3c2412.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
pm-s3c2416.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
pm.c ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
regs-dsc.h ARM: S3C24XX: Remove unused GPIO drive strength register definitions 2013-04-08 21:37:07 +09:00
regs-mem.h ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
s3c244x.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2410.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2412-power.h ARM: S3C24XX: header mach/regs-power.h local 2013-02-04 10:31:39 -08:00
s3c2412.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2412.h ARM: S3C24XX: header mach/regs-s3c2412-mem.h local 2013-02-04 10:31:38 -08:00
s3c2416.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2440.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2442.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
s3c2443.c ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h 2013-03-05 10:42:48 +09:00
setup-i2c.c ARM: samsung: move platform_data definitions 2012-09-19 17:42:18 +02:00
setup-sdhci-gpio.c
setup-spi.c ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions 2012-07-13 15:23:46 +09:00
setup-ts.c ARM: S3C24XX: Convert the touchscreen setup code to common GPIO API 2012-07-13 18:05:05 +09:00
simtec-audio.c ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local 2013-01-10 10:45:35 -08:00
simtec-nor.c ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local 2013-01-10 10:45:35 -08:00
simtec-pm.c ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
simtec-usb.c ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local 2013-01-10 10:45:35 -08:00
simtec.h
sleep-s3c2410.S arm-soc: cleanups 2013-02-21 14:58:40 -08:00
sleep-s3c2412.S ARM: samsung: fix assembly syntax for new gas 2013-02-14 15:04:34 +01:00
sleep.S ARM: S3C24XX: header mach/regs-mem.h local 2013-02-04 10:31:43 -08:00
vr1000.h ARM: S3C24XX: make vr1000-cpld.h, vr1000-irq.h and vr1000-map.h local 2013-01-10 10:45:37 -08:00