linux/arch/arm/mach-at91
Arnd Bergmann 19e4ab54e7 Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers
From Bryan Wu <bryan.wu@canonical.com>:

Based on Linus Walleij's ARM LED consolidation work, this patchset introduce a
new generic led trigger for CPU not only for ARM but also for others.

For enabling CPU idle event, CPU arch code should call ledtrig_cpu() stub to
trigger idle start or idle end event.

These patches convert old style LED driver in arch/arm to gpio_led or new led
driver interface. Against 3.5 release and build successfully for all the machines.

Test ledtrig-cpu driver on OMAP4 Panda board.

v9 --> v10
 * fix compiling issue on versatile_defconfig reported by Russell King
 * rebase to 3.5 kernel and move patches to new git tree

v8 --> v9:
 * use mutex to replace rw_sema pointed out by Tim Gardner
 * add a new struct led_trigger_cpu
 * add lock_is_inited to record mutex lock initialization

v6 --> v7:
 * add a patch to unify the led-trigger name
 * fix some typo pointed
 * use BUG_ON to detect CPU numbers during building stage

v5 --> v6:
 * replace  __get_cpu_var() to per_cpu()
 * remove smp_processor_id() which is wrong with for_each_possible_cpu()
 * test on real OMAP4 Panda board
 * add comments about CPU hotplug in the CPU LED trigger driver

v4 --> v5:
 * rebase all the patches on top of latest linux-next
 * replace on_each_cpu() with for_each_possible_cpu()
 * add some description of ledtrig_cpu() API
 * remove old leds code from driver nwflash.c, which should use a new led trigger then
 * this trigger driver can be built as module now

v3 --> v4:
 * fix a typo pointed by Jochen Friedrich
 * fix some building errors
 * add Reviewed-by and Tested-by into patch log

v2 --> v3:
 * almost rewrote the whole ledtrig-cpu driver, which is more simple
 * every CPU will have a per-CPU trigger
 * cpu trigger can be assigned to any leds
 * fix a lockdep issue in led-trigger common code
 * other fix according to review

v1 --> v2:
 * remove select operations in Kconfig of every machines
 * add back supporting of led in core module of mach-integrator
 * solidate name scheme in ledtrig-cpu.c
 * add comments of CPU_LED_* cpu led events
 * fold patches of RealView and Versatile together
 * add machine_is_ check during assabet led driver init
 * add some Acked-by in patch logs
 * remove code for simpad machine in machine-sa11000, since Jochen Friedrich
   introduced gpiolib and gpio-led driver for simpad
 * on Assabet and Netwinder machine, LED operations is reversed like:
   setting bit means turn off leds
   clearing bit means turn on leds
 * add a new function to read CM_CTRL register for led driver

* 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds:
  ARM: use new LEDS CPU trigger stub to replace old one
  ARM: mach-sa1100: retire custom LED code
  ARM: mach-omap1: retire custom LED code
  ARM: mach-pnx4008: remove including old leds event API header file
  ARM: plat-samsung: remove including old leds event API header file
  ARM: mach-pxa: retire custom LED code
  char: nwflash: remove old led event code
  ARM: mach-footbridge: retire custom LED code
  ARM: mach-ebsa110: retire custom LED code
  ARM: mach-clps711x: retire custom LED code of P720T machine
  ARM: mach-integrator: retire custom LED code
  ARM: mach-integrator: move CM_CTRL to header file for accessing by other functions
  ARM: mach-orion5x: convert custom LED code to gpio_led and LED CPU trigger
  ARM: mach-shark: retire custom LED code
  ARM: mach-ks8695: remove leds driver, since nobody use it
  ARM: mach-realview and mach-versatile: retire custom LED code
  ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers
  led-triggers: create a trigger for CPU activity

Conflicts:
	arch/arm/mach-clps711x/p720t.c
	arch/arm/mach-sa1100/leds-cerf.c
	arch/arm/mach-sa1100/leds-lart.c

Let's hope this is the last time we pull this and it doesn't cause
more trouble. I have verified that version 10 causes no build
warnings or errors any more, and the patches still look good.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-08-13 16:45:48 +02:00
..
include/mach Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
at91rm9200_devices.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91rm9200_time.c ARM: at91: Export at91_st_base 2012-04-16 11:08:23 +02:00
at91rm9200.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9_alt_reset.S ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91sam9g45_devices.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2012-07-26 13:00:59 -07:00
at91sam9g45_reset.S ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91sam9g45.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2012-07-26 13:00:59 -07:00
at91sam9n12.c ARM: at91: Add machine files for AT91SAM9N12 SoC 2012-04-28 01:40:11 +08:00
at91sam9rl_devices.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9rl.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9x5.c ARM: at91: remove static irq priorities for sam9x5 2012-07-02 14:26:58 +02:00
at91sam926x_time.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9260_devices.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9260.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9261_devices.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9261.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9263_devices.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91sam9263.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
at91x40_time.c ARM: at91/at91x40: remove use of at91_sys_read/write 2012-02-17 17:54:05 +01:00
at91x40.c ARM: at91: fix new build errors 2012-07-04 13:56:48 +02:00
board-1arm.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-afeb-9260v1.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-cam60.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-carmeva.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-cpu9krea.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-cpuat91.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-csb337.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-csb637.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-dt.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-eb01.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-eb9200.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-ecbat91.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-eco920.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-flexibity.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-foxg20.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-gsia18s.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-kafa.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-kb9202.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-neocore926.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-pcontrol-g20.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-picotux200.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-qil-a9260.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-rm9200dk.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-rm9200ek.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-rsi-ews.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-sam9-l9260.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-sam9g20ek.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-sam9m10g45ek.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-sam9rlek.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-sam9260ek.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-sam9261ek.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
board-sam9263ek.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-snapper9260.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-stamp9g20.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-usb-a926x.c ARM: at91: at91 based machines specify their own irq handler at run time 2012-07-02 14:26:58 +02:00
board-yl-9200.c Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/drivers 2012-08-13 16:45:48 +02:00
clock.c Merge branch 'ux500-u9540-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/newsoc 2012-05-02 17:21:21 +02:00
clock.h at91: switch to CLKDEV_LOOKUP 2011-05-25 23:04:34 +08:00
cpuidle.c ARM: at91: pm select memory controler at runtime 2012-04-17 14:46:43 +02:00
generic.h ARM: at91: add AIC5 support 2012-07-02 14:31:00 +02:00
gpio.c ARM: at91: aic can use fast eoi handler type 2012-07-02 14:26:57 +02:00
irq.c ARM: at91: fix new build errors 2012-07-04 13:56:48 +02:00
Kconfig ARM: at91: fix new build errors 2012-07-04 13:56:48 +02:00
leds.c ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers 2012-07-31 21:23:32 +08:00
Makefile ARM: at91: Add machine files for AT91SAM9N12 SoC 2012-04-28 01:40:11 +08:00
Makefile.boot ARM: at91: Add support for board aks-cdu 2012-07-09 20:45:31 +02:00
pm_slowclock.S ARN: at91: introduce SOC_AT91xxx define to allow to compile SoC core support 2012-04-17 14:47:21 +02:00
pm.c ARM: at91: sparse irq support 2012-07-02 14:26:59 +02:00
pm.h ARN: at91: introduce SOC_AT91xxx define to allow to compile SoC core support 2012-04-17 14:47:21 +02:00
sam9_smc.c ARM: at91: add accessor to manage SMC 2012-02-13 18:31:36 +01:00
sam9_smc.h ARM: at91: add accessor to manage SMC 2012-02-13 18:31:36 +01:00
setup.c Merge branch 'ux500-u9540-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/newsoc 2012-05-02 17:21:21 +02:00
soc.h ARM: at91: Add machine header file for AT91SAM9N12 SoC 2012-04-28 01:39:43 +08:00