All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-fslc: Bump version 4.13 to revision b5bb3d72aa5a
@ 2017-09-11 21:17 Fabio Berton
  2017-09-11 21:17 ` [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release Fabio Berton
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Berton @ 2017-09-11 21:17 UTC (permalink / raw)
  To: meta-freescale

This commit merges tag v4.13.1 into 4.13.x+fslc and apply the following
commits on top of it:

    - b5bb3d72aa5a Merge tag 'v4.13.1' into 4.13.x+fslc
    - 94cd0e9dcdc1 Linux 4.13.1
    - 4870e1667818 rtlwifi: Fix fallback firmware loading
    - cf37a1b98147 rtlwifi: Fix memory leak when firmware request fails
    - d29e6c2a62cf of/device: Prevent buffer overflow in of_device_modalias()
    - 9cbbaf108404 scsi: sg: recheck MMAP_IO request length with lock held
    - 200afc408c2d scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
    - ba25748e0a74 cs5536: add support for IDE controller variant
    - c67efb092590 ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
    - 306096013054 workqueue: Fix flag collision
    - 209db16d0fdc drm/nouveau: Fix error handling in nv50_disp_atomic_commit
    - a60349565c1b drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
    - e0441819b67f s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
    - e9b8f63c296c MCB: add support for SC31 to mcb-lpc
    - 24bb35f226ee mwifiex: correct channel stat buffer overflows
    - 6b42a3cc0b5c dlm: avoid double-free on error path in dlm_device_{register,unregister}
    - 69777219178d iwlwifi: pci: add new PCI ID for 7265D
    - 28c300fda1cf Bluetooth: Add support of 13d3:3494 RTL8723BE device
    - 3d9dc09e99b5 rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
    - 00d0e93a997a drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
    - 410ef183b804 drm/ttm: Fix accounting error when fail to get pages for pool
    - 419a7f1e0904 drm/vgem: Pin our pages for dmabuf exports
    - 2e78447a2d10 ath10k: fix memory leak in rx ring buffer allocation
    - e35d21f7f691 intel_th: pci: Add Cannon Lake PCH-LP support
    - c388e61b09d1 intel_th: pci: Add Cannon Lake PCH-H support
    - 328082ebd9ed fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
    - f89830dba413 thunderbolt: Fix reset response_type
    - 9808d1a5e205 crypto: caam/qi - fix compilation with DEBUG enabled
    - 224aec7e1cb4 crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
    - 5f9463ea026d binder: free memory on error
    - 8d898335ddda HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
    - 5beb744c8394 driver core: bus: Fix a potential double free
    - 51a39e2bc933 iio: adc: ti-ads1015: add adequate wait time to get correct conversion
    - d9320af32f64 iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
    - 1c68b99af8eb iio: adc: ti-ads1015: avoid getting stale result after runtime resume
    - 86b6c05fe2b7 iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
    - dac6ce351a10 iio: adc: ti-ads1015: fix scale information for ADS1115
    - cc06f5a9be34 iio: adc: ti-ads1015: fix incorrect data rate setting update
    - 34c874a4dff3 staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
    - 2d94a1e80a9c staging: ccree: save ciphertext for CTS IV
    - a55273d7af6c staging/rts5208: fix incorrect shift to extract upper nybble
    - 9bf1256726f6 USB: core: Avoid race of async_completed() w/ usbdev_release()
    - 5da7c0ceab40 ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
    - df3389727c0f ANDROID: binder: add padding to binder_fd_array_object.
    - 26be1058110e USB: musb: fix external abort on suspend
    - 02fa872288e0 usb:xhci:Fix regression when ATI chipsets detected
    - f6f8eb105096 usb: Add device quirk for Logitech HD Pro Webcam C920-C
    - 520369b70804 USB: serial: option: add support for D-Link DWM-157 C1
    - 970974a7add8 usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-kernel/linux/linux-fslc_4.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-fslc_4.13.bb b/recipes-kernel/linux/linux-fslc_4.13.bb
index e53b8042..39170509 100644
--- a/recipes-kernel/linux/linux-fslc_4.13.bb
+++ b/recipes-kernel/linux/linux-fslc_4.13.bb
@@ -12,6 +12,6 @@ include linux-fslc.inc
 PV = "4.13+git${SRCPV}"
 
 SRCBRANCH = "4.13.x+fslc"
-SRCREV = "b05d3703cff97f5b724d0c0daae7e570dcaab332"
+SRCREV = "b5bb3d72aa5a6caf4070f7d80b20d32274358f61"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-11 21:17 [PATCH 1/2] linux-fslc: Bump version 4.13 to revision b5bb3d72aa5a Fabio Berton
@ 2017-09-11 21:17 ` Fabio Berton
  2017-09-12 13:31   ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Berton @ 2017-09-11 21:17 UTC (permalink / raw)
  To: meta-freescale

This commit merge tag v2017.09 and apply the following commits on top
of it:

    - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
    - 57ea8c60e4 pico-imx7d: Add support for secure boot
    - c5ad50303c mx6sabre_common: Dynamically change the video output
    - 9b412b485a mx6sabre_common: Place video related settings in common code
    - d3d0f38957 wandboard: Set fdt based on board_rev and board_name
    - 199cce79e4 mx6sabresd: Enable video interfaces in bootargs
    - 37d69b40ea mx6sabresd: Use LDO dtb file until LDO bypass support is added
    - 29fffd2510 mx6slevk: Use LDO dtb file until LDO bypass support is added

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 ...-boot-fslc-mxsboot_2017.07.bb => u-boot-fslc-mxsboot_2017.09.bb} | 6 +++---
 recipes-bsp/u-boot/u-boot-fslc_2017.07.bb                           | 6 ------
 recipes-bsp/u-boot/u-boot-fslc_2017.09.bb                           | 6 ++++++
 3 files changed, 9 insertions(+), 9 deletions(-)
 rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2017.07.bb => u-boot-fslc-mxsboot_2017.09.bb} (87%)
 delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2017.07.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2017.09.bb

diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb
similarity index 87%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb
rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb
index b6602c0f..520b674e 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb
@@ -5,10 +5,10 @@ SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
-PV = "v2017.07+git${SRCPV}"
+PV = "v2017.09+git${SRCPV}"
 
-SRCREV = "801fd445636a6d136ffb1a991245e183643a8934"
-SRCBRANCH = "2017.07+fslc"
+SRCREV = "e4a4d913e9034171146fd55b5f6e09298fd42b49"
+SRCBRANCH = "2017.09+fslc"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
 
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2017.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.07.bb
deleted file mode 100644
index be2f1532..00000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2017.07.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-include u-boot-fslc.inc
-
-PV = "v2017.07+git${SRCPV}"
-
-SRCREV = "65a6a14ccd0beb43376a9d0aec8fd171c6427063"
-SRCBRANCH = "2017.07+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb
new file mode 100644
index 00000000..7867ef24
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb
@@ -0,0 +1,6 @@
+include u-boot-fslc.inc
+
+PV = "v2017.09+git${SRCPV}"
+
+SRCREV = "e4a4d913e9034171146fd55b5f6e09298fd42b49"
+SRCBRANCH = "2017.09+fslc"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-11 21:17 ` [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release Fabio Berton
@ 2017-09-12 13:31   ` Fabio Estevam
  2017-09-12 13:47     ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2017-09-12 13:31 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

On Mon, Sep 11, 2017 at 6:17 PM, Fabio Berton
<fabio.berton@ossystems.com.br> wrote:
> This commit merge tag v2017.09 and apply the following commits on top
> of it:
>
>     - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
>     - 57ea8c60e4 pico-imx7d: Add support for secure boot

I don't think this commit is needed as there is no user for it.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 13:31   ` Fabio Estevam
@ 2017-09-12 13:47     ` Otavio Salvador
  2017-09-12 13:49       ` Fabio Estevam
  2017-09-12 14:46       ` Eric Nelson
  0 siblings, 2 replies; 9+ messages in thread
From: Otavio Salvador @ 2017-09-12 13:47 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

On Tue, Sep 12, 2017 at 10:31 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Mon, Sep 11, 2017 at 6:17 PM, Fabio Berton
> <fabio.berton@ossystems.com.br> wrote:
>> This commit merge tag v2017.09 and apply the following commits on top
>> of it:
>>
>>     - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
>>     - 57ea8c60e4 pico-imx7d: Add support for secure boot
>
> I don't think this commit is needed as there is no user for it.

Isn't this used if we use NXP kernel?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 13:47     ` Otavio Salvador
@ 2017-09-12 13:49       ` Fabio Estevam
  2017-09-12 14:46       ` Eric Nelson
  1 sibling, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2017-09-12 13:49 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On Tue, Sep 12, 2017 at 10:47 AM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:

> Isn't this used if we use NXP kernel?

Yes, but the imx7d-pico board uses mainline kernel in meta-freescale.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 13:47     ` Otavio Salvador
  2017-09-12 13:49       ` Fabio Estevam
@ 2017-09-12 14:46       ` Eric Nelson
  2017-09-12 15:14         ` Fabio Estevam
  1 sibling, 1 reply; 9+ messages in thread
From: Eric Nelson @ 2017-09-12 14:46 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

Hi Fabio,

On 09/12/2017 06:47 AM, Otavio Salvador wrote:
> On Tue, Sep 12, 2017 at 10:31 AM, Fabio Estevam <festevam@gmail.com> wrote:
>> On Mon, Sep 11, 2017 at 6:17 PM, Fabio Berton
>> <fabio.berton@ossystems.com.br> wrote:
>>> This commit merge tag v2017.09 and apply the following commits on top
>>> of it:
>>>
>>>      - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
>>>      - 57ea8c60e4 pico-imx7d: Add support for secure boot
>>
>> I don't think this commit is needed as there is no user for it.
> 
> Isn't this used if we use NXP kernel?
> 

If you're referring to the ipu_common change, this is useful for
anyone adding new downstream boards based on u-boot-fslc.

IOW, there's no user **yet**.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 14:46       ` Eric Nelson
@ 2017-09-12 15:14         ` Fabio Estevam
  2017-09-12 15:21           ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2017-09-12 15:14 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale, Otavio Salvador

Hi Eric,

On Tue, Sep 12, 2017 at 11:46 AM, Eric Nelson <eric@nelint.com> wrote:

> If you're referring to the ipu_common change, this is useful for

No, I am not referring to the ipu_common change as mx7d does not even
have IPU :-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 15:14         ` Fabio Estevam
@ 2017-09-12 15:21           ` Fabio Estevam
  2017-09-12 15:22             ` Eric Nelson
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2017-09-12 15:21 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale, Otavio Salvador

Hi Eric,

On Tue, Sep 12, 2017 at 12:14 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Eric,
>
> On Tue, Sep 12, 2017 at 11:46 AM, Eric Nelson <eric@nelint.com> wrote:
>
>> If you're referring to the ipu_common change, this is useful for
>
> No, I am not referring to the ipu_common change as mx7d does not even
> have IPU :-)

The commit I am referring to is this one:

57ea8c60e4 pico-imx7d: Add support for secure boot

not the e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time

Hope this clarifies.

Thanks


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release
  2017-09-12 15:21           ` Fabio Estevam
@ 2017-09-12 15:22             ` Eric Nelson
  0 siblings, 0 replies; 9+ messages in thread
From: Eric Nelson @ 2017-09-12 15:22 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

Thanks Fabio,

On 09/12/2017 08:21 AM, Fabio Estevam wrote:
> Hi Eric,
> 
> On Tue, Sep 12, 2017 at 12:14 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Hi Eric,
>>
>> On Tue, Sep 12, 2017 at 11:46 AM, Eric Nelson <eric@nelint.com> wrote:
>>
>>> If you're referring to the ipu_common change, this is useful for
>>
>> No, I am not referring to the ipu_common change as mx7d does not even
>> have IPU :-)
> 
> The commit I am referring to is this one:
> 
> 57ea8c60e4 pico-imx7d: Add support for secure boot
> 
> not the e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
> 
> Hope this clarifies.
> 

It does. Thanks.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-12 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 21:17 [PATCH 1/2] linux-fslc: Bump version 4.13 to revision b5bb3d72aa5a Fabio Berton
2017-09-11 21:17 ` [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release Fabio Berton
2017-09-12 13:31   ` Fabio Estevam
2017-09-12 13:47     ` Otavio Salvador
2017-09-12 13:49       ` Fabio Estevam
2017-09-12 14:46       ` Eric Nelson
2017-09-12 15:14         ` Fabio Estevam
2017-09-12 15:21           ` Fabio Estevam
2017-09-12 15:22             ` Eric Nelson

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.