Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1435555

Re: [PATCH v2 3/3] drivers core: allow id match override when manually binding driver

From Michal Suchanek <hramrach@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 3/3] drivers core: allow id match override when manually binding driver
Date 2016-07-01 21:00 +0200
Message-ID <rQbPs-1IB-25@gated-at.bofh.it> (permalink)
References (6 earlier) <rQ1ZM-4iE-17@gated-at.bofh.it> <rQ2sO-4sz-17@gated-at.bofh.it> <rQ8eS-8cq-5@gated-at.bofh.it> <rQ8HU-8mD-21@gated-at.bofh.it> <rQ9uh-r2-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 1 July 2016 at 18:22, Mark Brown <broonie@kernel.org> wrote:
> On Fri, Jul 01, 2016 at 05:37:53PM +0200, Michal Suchanek wrote:
>
>> Can you, please, specify what problems this patch creates for other users
>> and maintainability?
>
> To repeat yet again a major design goal for DT is to describe the
> hardware rather than implementation details of the software you plan to
> run on the system.  Not doing this breaks upgrades or changes in our
> ideas of how we control a given bit of hardware.
>
>> Without stating the problems of this solution clearly or proposing alternate
>> workable solution there is not much that can be done.
>
> You are rejecting out of hand any suggestion that is not the one
> solution you are demanding.

Your only suggestion is that hardware that is not driven by kernel is
described to the kernel. I have written in great detail why this does
not make sense.

So to me it seems that you reject out of hand any suggestion that
is not the one solution you are demanding. You have not raised any
concrete reason against the proposed solution other than it does not
describe the hardware. The hardware cannot be described for practical
usability reasons.

>
> I'm done with this thread, please come back with new code that fits in
> with the device model and device tree designs.

Is there any solution that fits the driver model and allows using spidev with
arbitrary device without describing said device in devicetree?

Thanks

Michal

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] Updated spidev usability patchset Michal Suchanek <hramrach@gmail.com> - 2016-06-27 21:10 +0200
  [PATCH v2 3/3] drivers core: allow id match override when manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-27 21:10 +0200
    Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-27 21:10 +0200
      Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-27 21:50 +0200
        Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-06-27 22:40 +0200
        Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-28 00:20 +0200
          Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-28 14:50 +0200
            Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-06-28 18:00 +0200
              Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-28 18:30 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-06-28 20:40 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-28 22:10 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-06-28 23:40 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-29 05:40 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-06-29 20:10 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-06-30 09:50 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Dan O'Donovan <dan@emutex.com> - 2016-06-30 11:10 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-07-01 11:40 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-07-01 12:30 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-07-01 10:30 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-07-01 11:00 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-07-01 17:10 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-07-01 17:40 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Mark Brown <broonie@kernel.org> - 2016-07-01 18:30 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-07-01 21:00 +0200
                Re: [PATCH v2 3/3] drivers core: allow id match override when  manually binding driver Michal Suchanek <hramrach@gmail.com> - 2016-07-01 21:40 +0200
  [PATCH v2 2/3] spi: of: allow instantiating slaves without a driver Michal Suchanek <hramrach@gmail.com> - 2016-06-27 21:10 +0200
    Re: [PATCH v2 2/3] spi: of: allow instantiating slaves without a  driver Mark Brown <broonie@kernel.org> - 2016-06-27 23:20 +0200

csiph-web