diff for duplicates of <20200817074501.GC5869@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 5479d11..76b32e4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ On Sun, Aug 16, 2020 at 10:16:01PM +0200, Sam Ravnborg wrote: > > Hibernate, as the function does nothing in their case. > What I think you are explaining above is that the pci pm support > will only call the suspend operation in case of suspend, so the -> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). +> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). > > For reference later I would prefer that this is explained a bit > more explicit - not that the changelog needs update anyway. @@ -98,7 +98,7 @@ Vaibhav Gupta > > - struct fb_info *info = pci_get_drvdata(pdev); > > + struct fb_info *info = dev_get_drvdata(dev); > > -> > - if (state.event = PM_EVENT_SUSPEND) { +> > - if (state.event == PM_EVENT_SUSPEND) { > > - console_lock(); > > - gx_powerdown(info); > > - fb_set_suspend(info, 1); @@ -180,3 +180,7 @@ Vaibhav Gupta > > -#endif > > -- > > 2.27.0 +_______________________________________________ +Linux-kernel-mentees mailing list +Linux-kernel-mentees@lists.linuxfoundation.org +https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees diff --git a/a/content_digest b/N1/content_digest index d26d76a..d3a5261 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,18 +3,17 @@ "ref\020200810185723.15540-2-vaibhavgupta40@gmail.com\0" "ref\020200816201601.GA1426650@ravnborg.org\0" "From\0Vaibhav Gupta <vaibhavgupta40@gmail.com>\0" - "Subject\0Re: [PATCH v2 01/12] fbdev: gxfb: use generic power management\0" - "Date\0Mon, 17 Aug 2020 07:57:01 +0000\0" + "Subject\0Re: [Linux-kernel-mentees] [PATCH v2 01/12] fbdev: gxfb: use generic power management\0" + "Date\0Mon, 17 Aug 2020 13:15:01 +0530\0" "To\0Sam Ravnborg <sam@ravnborg.org>\0" "Cc\0linux-fbdev@vger.kernel.org" linux-kernel@vger.kernel.org + Antonino Daplas <adaplas@gmail.com> Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Vaibhav Gupta <vaibhav.varodek@gmail.com> - Shuah Khan <skhan@linuxfoundation.org> Russell King <linux@armlinux.org.uk> dri-devel@lists.freedesktop.org linux-geode@lists.infradead.org - Bjorn Helgaas <bjorn@helgaas.com> Bjorn Helgaas <helgaas@kernel.org> Andres Salomon <dilinger@queued.net> Bjorn Helgaas <bhelgaas@google.com> @@ -52,7 +51,7 @@ "> > Hibernate, as the function does nothing in their case.\n" "> What I think you are explaining above is that the pci pm support\n" "> will only call the suspend operation in case of suspend, so the \n" - "> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" + "> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" "> \n" "> For reference later I would prefer that this is explained a bit\n" "> more explicit - not that the changelog needs update anyway.\n" @@ -123,7 +122,7 @@ "> > -\tstruct fb_info *info = pci_get_drvdata(pdev);\n" "> > +\tstruct fb_info *info = dev_get_drvdata(dev);\n" "> > \n" - "> > -\tif (state.event = PM_EVENT_SUSPEND) {\n" + "> > -\tif (state.event == PM_EVENT_SUSPEND) {\n" "> > -\t\tconsole_lock();\n" "> > -\t\tgx_powerdown(info);\n" "> > -\t\tfb_set_suspend(info, 1);\n" @@ -204,6 +203,10 @@ "> > -\n" "> > -#endif\n" "> > -- \n" - > > 2.27.0 + "> > 2.27.0\n" + "_______________________________________________\n" + "Linux-kernel-mentees mailing list\n" + "Linux-kernel-mentees@lists.linuxfoundation.org\n" + https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees -64b1b1c13de4a57662570de3b42ba080cabddcf2543b6dbc0c1fc2b37b13004f +52468c7c9e73adf2f70754a51ad73abeb8414d3d8982ef7480291c265142cf06
diff --git a/a/1.txt b/N2/1.txt index 5479d11..93372a7 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -27,7 +27,7 @@ On Sun, Aug 16, 2020 at 10:16:01PM +0200, Sam Ravnborg wrote: > > Hibernate, as the function does nothing in their case. > What I think you are explaining above is that the pci pm support > will only call the suspend operation in case of suspend, so the -> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). +> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). > > For reference later I would prefer that this is explained a bit > more explicit - not that the changelog needs update anyway. @@ -98,7 +98,7 @@ Vaibhav Gupta > > - struct fb_info *info = pci_get_drvdata(pdev); > > + struct fb_info *info = dev_get_drvdata(dev); > > -> > - if (state.event = PM_EVENT_SUSPEND) { +> > - if (state.event == PM_EVENT_SUSPEND) { > > - console_lock(); > > - gx_powerdown(info); > > - fb_set_suspend(info, 1); @@ -180,3 +180,8 @@ Vaibhav Gupta > > -#endif > > -- > > 2.27.0 + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index d26d76a..07186ca 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,10 +4,11 @@ "ref\020200816201601.GA1426650@ravnborg.org\0" "From\0Vaibhav Gupta <vaibhavgupta40@gmail.com>\0" "Subject\0Re: [PATCH v2 01/12] fbdev: gxfb: use generic power management\0" - "Date\0Mon, 17 Aug 2020 07:57:01 +0000\0" + "Date\0Mon, 17 Aug 2020 13:15:01 +0530\0" "To\0Sam Ravnborg <sam@ravnborg.org>\0" "Cc\0linux-fbdev@vger.kernel.org" linux-kernel@vger.kernel.org + Antonino Daplas <adaplas@gmail.com> Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Vaibhav Gupta <vaibhav.varodek@gmail.com> Shuah Khan <skhan@linuxfoundation.org> @@ -52,7 +53,7 @@ "> > Hibernate, as the function does nothing in their case.\n" "> What I think you are explaining above is that the pci pm support\n" "> will only call the suspend operation in case of suspend, so the \n" - "> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" + "> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" "> \n" "> For reference later I would prefer that this is explained a bit\n" "> more explicit - not that the changelog needs update anyway.\n" @@ -123,7 +124,7 @@ "> > -\tstruct fb_info *info = pci_get_drvdata(pdev);\n" "> > +\tstruct fb_info *info = dev_get_drvdata(dev);\n" "> > \n" - "> > -\tif (state.event = PM_EVENT_SUSPEND) {\n" + "> > -\tif (state.event == PM_EVENT_SUSPEND) {\n" "> > -\t\tconsole_lock();\n" "> > -\t\tgx_powerdown(info);\n" "> > -\t\tfb_set_suspend(info, 1);\n" @@ -204,6 +205,11 @@ "> > -\n" "> > -#endif\n" "> > -- \n" - > > 2.27.0 + "> > 2.27.0\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -64b1b1c13de4a57662570de3b42ba080cabddcf2543b6dbc0c1fc2b37b13004f +e0ad21ea7d878e83b55062441b2c0f616eee25cc99f3fbc8e998717f76796bf0
diff --git a/a/1.txt b/N3/1.txt index 5479d11..7870347 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -27,7 +27,7 @@ On Sun, Aug 16, 2020 at 10:16:01PM +0200, Sam Ravnborg wrote: > > Hibernate, as the function does nothing in their case. > What I think you are explaining above is that the pci pm support > will only call the suspend operation in case of suspend, so the -> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). +> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). > > For reference later I would prefer that this is explained a bit > more explicit - not that the changelog needs update anyway. @@ -98,7 +98,7 @@ Vaibhav Gupta > > - struct fb_info *info = pci_get_drvdata(pdev); > > + struct fb_info *info = dev_get_drvdata(dev); > > -> > - if (state.event = PM_EVENT_SUSPEND) { +> > - if (state.event == PM_EVENT_SUSPEND) { > > - console_lock(); > > - gx_powerdown(info); > > - fb_set_suspend(info, 1); @@ -180,3 +180,7 @@ Vaibhav Gupta > > -#endif > > -- > > 2.27.0 +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N3/content_digest index d26d76a..38a8316 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,7 +4,7 @@ "ref\020200816201601.GA1426650@ravnborg.org\0" "From\0Vaibhav Gupta <vaibhavgupta40@gmail.com>\0" "Subject\0Re: [PATCH v2 01/12] fbdev: gxfb: use generic power management\0" - "Date\0Mon, 17 Aug 2020 07:57:01 +0000\0" + "Date\0Mon, 17 Aug 2020 13:15:01 +0530\0" "To\0Sam Ravnborg <sam@ravnborg.org>\0" "Cc\0linux-fbdev@vger.kernel.org" linux-kernel@vger.kernel.org @@ -52,7 +52,7 @@ "> > Hibernate, as the function does nothing in their case.\n" "> What I think you are explaining above is that the pci pm support\n" "> will only call the suspend operation in case of suspend, so the \n" - "> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" + "> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" "> \n" "> For reference later I would prefer that this is explained a bit\n" "> more explicit - not that the changelog needs update anyway.\n" @@ -123,7 +123,7 @@ "> > -\tstruct fb_info *info = pci_get_drvdata(pdev);\n" "> > +\tstruct fb_info *info = dev_get_drvdata(dev);\n" "> > \n" - "> > -\tif (state.event = PM_EVENT_SUSPEND) {\n" + "> > -\tif (state.event == PM_EVENT_SUSPEND) {\n" "> > -\t\tconsole_lock();\n" "> > -\t\tgx_powerdown(info);\n" "> > -\t\tfb_set_suspend(info, 1);\n" @@ -204,6 +204,10 @@ "> > -\n" "> > -#endif\n" "> > -- \n" - > > 2.27.0 + "> > 2.27.0\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -64b1b1c13de4a57662570de3b42ba080cabddcf2543b6dbc0c1fc2b37b13004f +f6d2a9275bd8c894597328bbbd853b0c1a3d62e83baf1c2bc6e1a31d3f28c293
diff --git a/a/1.txt b/N4/1.txt index 5479d11..9928a9d 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -27,7 +27,7 @@ On Sun, Aug 16, 2020 at 10:16:01PM +0200, Sam Ravnborg wrote: > > Hibernate, as the function does nothing in their case. > What I think you are explaining above is that the pci pm support > will only call the suspend operation in case of suspend, so the -> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). +> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend(). > > For reference later I would prefer that this is explained a bit > more explicit - not that the changelog needs update anyway. @@ -98,7 +98,7 @@ Vaibhav Gupta > > - struct fb_info *info = pci_get_drvdata(pdev); > > + struct fb_info *info = dev_get_drvdata(dev); > > -> > - if (state.event = PM_EVENT_SUSPEND) { +> > - if (state.event == PM_EVENT_SUSPEND) { > > - console_lock(); > > - gx_powerdown(info); > > - fb_set_suspend(info, 1); diff --git a/a/content_digest b/N4/content_digest index d26d76a..644fb52 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -4,23 +4,24 @@ "ref\020200816201601.GA1426650@ravnborg.org\0" "From\0Vaibhav Gupta <vaibhavgupta40@gmail.com>\0" "Subject\0Re: [PATCH v2 01/12] fbdev: gxfb: use generic power management\0" - "Date\0Mon, 17 Aug 2020 07:57:01 +0000\0" + "Date\0Mon, 17 Aug 2020 13:15:01 +0530\0" "To\0Sam Ravnborg <sam@ravnborg.org>\0" - "Cc\0linux-fbdev@vger.kernel.org" - linux-kernel@vger.kernel.org - Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> + "Cc\0Bjorn Helgaas <helgaas@kernel.org>" + Bjorn Helgaas <bhelgaas@google.com> + Bjorn Helgaas <bjorn@helgaas.com> Vaibhav Gupta <vaibhav.varodek@gmail.com> - Shuah Khan <skhan@linuxfoundation.org> + Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> + Paul Mackerras <paulus@samba.org> Russell King <linux@armlinux.org.uk> + Andres Salomon <dilinger@queued.net> + Antonino Daplas <adaplas@gmail.com> dri-devel@lists.freedesktop.org + linux-fbdev@vger.kernel.org + linux-arm-kernel@lists.infradead.org linux-geode@lists.infradead.org - Bjorn Helgaas <bjorn@helgaas.com> - Bjorn Helgaas <helgaas@kernel.org> - Andres Salomon <dilinger@queued.net> - Bjorn Helgaas <bhelgaas@google.com> - Paul Mackerras <paulus@samba.org> + linux-kernel@vger.kernel.org linux-kernel-mentees@lists.linuxfoundation.org - " linux-arm-kernel@lists.infradead.org\0" + " Shuah Khan <skhan@linuxfoundation.org>\0" "\00:1\0" "b\0" "On Sun, Aug 16, 2020 at 10:16:01PM +0200, Sam Ravnborg wrote:\n" @@ -52,7 +53,7 @@ "> > Hibernate, as the function does nothing in their case.\n" "> What I think you are explaining above is that the pci pm support\n" "> will only call the suspend operation in case of suspend, so the \n" - "> state.event = PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" + "> state.event == PM_EVENT_SUSPEND can be dropped in gxfb_suspend().\n" "> \n" "> For reference later I would prefer that this is explained a bit\n" "> more explicit - not that the changelog needs update anyway.\n" @@ -123,7 +124,7 @@ "> > -\tstruct fb_info *info = pci_get_drvdata(pdev);\n" "> > +\tstruct fb_info *info = dev_get_drvdata(dev);\n" "> > \n" - "> > -\tif (state.event = PM_EVENT_SUSPEND) {\n" + "> > -\tif (state.event == PM_EVENT_SUSPEND) {\n" "> > -\t\tconsole_lock();\n" "> > -\t\tgx_powerdown(info);\n" "> > -\t\tfb_set_suspend(info, 1);\n" @@ -206,4 +207,4 @@ "> > -- \n" > > 2.27.0 -64b1b1c13de4a57662570de3b42ba080cabddcf2543b6dbc0c1fc2b37b13004f +b2ae7dde1be76080bd675f1bb88f27c35fe485ae2ebfb2d5e6ba93be9c1b2469
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.