[PATCH 4/4] To: linuxppc-dev@lists.ozlabs.org

2017-03-26 Thread Michael Bringmann
Cc: nf...@linux.vnet.ibm.com Subject: [PATCH 4/4] powerpc: Enable support for new drc-info DRC devtree property prom_init.c: Enable support for new DRC device tree property "ibm,drc-info" in initial handshake between the Linux kernel and the front end processor. Signed-off-by: Michael Bringmann

[PATCH 3/4] To: linuxppc-dev@lists.ozlabs.org

2017-03-26 Thread Michael Bringmann
Cc: nf...@linux.vnet.ibm.com Subject: [PATCH 3/4] hotplug/drc-info: Add code to search new devtree property rpadlpar_core.c: Provide parallel routines to search the older device- tree properties ("ibm,drc-indexes", "ibm,drc-names", "ibm,drc-types" and "ibm,drc-power-domains"), or the new property

[PATCH 2/4] To: linuxppc-dev@lists.ozlabs.org

2017-03-26 Thread Michael Bringmann
Cc: nf...@linux.vnet.ibm.com Subject: [PATCH 2/4] pseries/drc-info: Search new DRC properties for CPU indexes pseries/drc-info: Provide parallel routines to convert between drc_index and CPU numbers at runtime, using the older device-tree properties ("ibm,drc-indexes", "ibm,drc-names", "ibm,drc-ty

[PATCH 1/4] To: linuxppc-dev@lists.ozlabs.org

2017-03-26 Thread Michael Bringmann
Cc: nf...@linux.vnet.ibm.com Subject: [PATCH 1/4] powerpc/firmware: Add definitions for new drc-info firmware feature Firmware Features: Define new bit flag representing the presence of new device tree property "ibm,drc-info". The flag is used to tell the front end processor when the Linux kerne

Re: linuxppc-dev@lists.ozlabs.org

2014-01-19 Thread Olof Johansson
hat the config option will result in (or makefile changes and c file additions, if any). In this case, isn't the southbridge just another PCI-e device? I don't see how we would need a machine-specific configuration option to enable it, but seeing the code changes that go along with it wou

linuxppc-dev@lists.ozlabs.org

2014-01-17 Thread Christian Zigotzky
3. Sorry, my English isn't very well. I hope you understand my email. But I'll learn more English. I promise it gets better. Rgds, Christian _______ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 1/2] [PPC] Motion-PRO: Added LED support for the Promess Motion-Pro board. The driver is based on the original version(http://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg06694.htm

2010-09-02 Thread Sergei Poselenov
inting into this), however, the driver is already exists (actually, since 2007), so why to not add it to save efforts? Regards, Sergei ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 1/2] [PPC] Motion-PRO: Added LED support for the Promess Motion-Pro board. The driver is based on the original version(http://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg06694.htm

2010-09-02 Thread Anton Vorontsov
ing the right methodology you save much more efforts in the long run. Thanks, -- Anton Vorontsov email: cbouatmai...@gmail.com irc://irc.freenode.net/bd2 ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 1/2] [PPC] Motion-PRO: Added LED support for the Promess Motion-Pro board. The driver is based on the original version(http://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg06694.htm

2010-09-02 Thread Anton Vorontsov
on/powerpc/dts-bindings/gpio/led.txt [3] drivers/leds/ledtrig-timer.c -- Anton Vorontsov email: cbouatmai...@gmail.com irc://irc.freenode.net/bd2 ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH 1/2] [PPC] Motion-PRO: Added LED support for the Promess Motion-Pro board. The driver is based on the original version(http://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg06694.html),

2010-09-02 Thread sposelenov
be = mpled_probe, + .remove = mpled_remove, + .driver = { + .owner = THIS_MODULE, + .name = "leds-motionpro", + .of_match_table = mpled_match, + }, +}; + +static int __init mpled_init(void) +{ + return of_register_platform_driver(&mpled_driver); +} + +static void __exit mpled_exit(void) +{ + of_unregister_platform_driver(&mpled_driver); +} + +module_init(mpled_init); +module_exit(mpled_exit); + +MODULE_LICENSE("GPL") +MODULE_DESCRIPTION("Motion-PRO LED driver"); +MODULE_AUTHOR("Jan Wrobel "); +MODULE_AUTHOR("Marian Balakowicz "); -- 1.6.2.5 ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev