Re: [PATCH v2 00/25] make *struct of_device_id.data const

2012-08-05 Thread Uwe Kleine-König
Hello, this is the 2nd version of this series whose goal is to make struct of_device_id.data const. Conceptually a driver must not modify the data contained there so making it const is the right thing. I rebased my branch at: git://git.pengutronix.de/git/ukl/linux.git ofdeviceiddata

Re: [PATCH v2 00/25] make *struct of_device_id.data const

2012-07-24 Thread Arnd Bergmann
On Monday 23 July 2012, Uwe Kleine-König wrote: this is the 2nd version of this series whose goal is to make struct of_device_id.data const. Conceptually a driver must not modify the data contained there so making it const is the right thing. v1 of this series was sent with Message-id:

[PATCH v2 00/25] make *struct of_device_id.data const

2012-07-23 Thread Uwe Kleine-König
Hello, this is the 2nd version of this series whose goal is to make struct of_device_id.data const. Conceptually a driver must not modify the data contained there so making it const is the right thing. v1 of this series was sent with Message-id: 1342182734-321-1-git-send-email-y. Changes since